instance method strict_loading_all?

Ruby on Rails 8.0.4

Since v7.1.6

Available in: v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

strict_loading_all?()

Returns true if the record uses strict_loading with :all mode enabled.

Source
# File activerecord/lib/active_record/core.rb, line 739
    def strict_loading_all?
      @strict_loading_mode == :all
    end

Defined in activerecord/lib/active_record/core.rb line 739 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Core

Type at least 2 characters to search.

↑↓ navigate · open · esc close