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