Flowdock
method

construct_join_dependency_for_association_find

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: ActiveRecord::FinderMethods
construct_join_dependency_for_association_find() protected

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/relation/finder_methods.rb, line 218
    def construct_join_dependency_for_association_find
      including = (@eager_load_values + @includes_values).uniq
      ActiveRecord::Associations::JoinDependency.new(@klass, including, [])
    end
Register or log in to add new notes.