Flowdock
method

construct_relation_for_association_find

Importance_0
v3.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::FinderMethods
construct_relation_for_association_find(join_dependency) 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 202
    def construct_relation_for_association_find(join_dependency)
      relation = except(:includes, :eager_load, :preload, :select).select(column_aliases(join_dependency))
      apply_join_dependency(relation, join_dependency)
    end
Register or log in to add new notes.