method
strict_loading!
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::QueryMethods
strict_loading!(value = true)public
No documentation available.
# File activerecord/lib/active_record/relation/query_methods.rb, line 1227
def strict_loading!(value = true) # :nodoc:
self.strict_loading_value = value
self
end