123456789_123456789_123456789_123456789_123456789_

Class: ActiveRecord::Relation::StrictLoadingScope

Do not use. This class is for internal use only.
Relationships & Source Files
Inherits: Object
Defined in: activerecord/lib/active_record/relation.rb

Class Attribute Summary

Class Method Summary

Class Attribute Details

.empty_scope?Boolean (readonly)

[ GitHub ]

  
# File 'activerecord/lib/active_record/relation.rb', line 878

def self.empty_scope?
  true
end

Class Method Details

.strict_loading_value

[ GitHub ]

  
# File 'activerecord/lib/active_record/relation.rb', line 882

def self.strict_loading_value
  true
end