class ActiveRecord::Associations::JoinDependency::JoinAssociation
def strict_loading?
def strict_loading? return @strict_loading if defined?(@strict_loading) @strict_loading = reflection.scope && reflection.scope_for(base_klass.unscoped).strict_loading_value end