instance method
strict_loading_all?
Ruby on Rails 8.1.2
Since v7.1.6Signature
strict_loading_all?()
Returns true if the record uses strict_loading with :all mode enabled.
Source
# File activerecord/lib/active_record/core.rb, line 740
def strict_loading_all?
@strict_loading_mode == :all
end
Defined in activerecord/lib/active_record/core.rb line 740
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Core