method

strict_loading!

rails 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