Flowdock
method

strict_loading?

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: JoinAssociation
strict_loading?() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/join_dependency/join_association.rb, line 84
        def strict_loading?
          return @strict_loading if defined?(@strict_loading)

          @strict_loading = reflection.scope && reflection.scope_for(base_klass.unscoped).strict_loading_value
        end
Register or log in to add new notes.