instance method
construct_join_dependency
Ruby on Rails 4.2.9
Since v4.1.16 Last seen in v5.2.8.1 PrivateSignature
construct_join_dependency(joins = [])
No documentation comment.
Parameters
-
joinsopt = []
Source
# File activerecord/lib/active_record/relation/finder_methods.rb, line 362
def construct_join_dependency(joins = [])
including = eager_load_values + includes_values
ActiveRecord::Associations::JoinDependency.new(@klass, including, joins)
end
Defined in activerecord/lib/active_record/relation/finder_methods.rb line 362
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FinderMethods