method
strict_loading?
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::Associations::Association
strict_loading?()private
No documentation available.
# File activerecord/lib/active_record/associations/association.rb, line 230
def strict_loading?
return reflection.strict_loading? if reflection.options.key?(:strict_loading)
owner.strict_loading?
end