Flowdock
method

construct_relation_for_association_find

Importance_0
v3.2.13 - 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 230
    def construct_relation_for_association_find(join_dependency)
      relation = except(:includes, :eager_load, :preload, :select).select(join_dependency.columns)
      apply_join_dependency(relation, join_dependency)
    end
Register or log in to add new notes.