Flowdock
method

construct_join_dependency

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: ActiveRecord::FinderMethods
construct_join_dependency(joins = []) private

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 362
    def construct_join_dependency(joins = [])
      including = eager_load_values + includes_values
      ActiveRecord::Associations::JoinDependency.new(@klass, including, joins)
    end
Register or log in to add new notes.