method
make_join_constraints
rails latest stable - Class:
ActiveRecord::Associations::JoinDependency
make_join_constraints(join_root, join_type)private
No documentation available.
# File activerecord/lib/active_record/associations/join_dependency.rb, line 184
def make_join_constraints(join_root, join_type)
join_root.children.flat_map do |child|
make_constraints(join_root, child, join_type)
end
end