instance method
construct_relation_for_association_calculations
Ruby on Rails 5.1.7
Since v3.0.20 Last seen in v5.1.7 Private — implementation detail, not part of the public APISignature
construct_relation_for_association_calculations()
No documentation comment.
Source
# File activerecord/lib/active_record/relation/finder_methods.rb, line 395
def construct_relation_for_association_calculations
apply_join_dependency(self, construct_join_dependency(joins_values))
end
Defined in activerecord/lib/active_record/relation/finder_methods.rb line 395
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FinderMethods