method

make_constraints

make_constraints(parent, child, tables, join_type)
private

No documentation available.

# File activerecord/lib/active_record/associations/join_dependency.rb, line 170
        def make_constraints(parent, child, tables, join_type)
          chain         = child.reflection.chain
          foreign_table = parent.table
          foreign_klass = parent.base_klass
          child.join_constraints(foreign_table, foreign_klass, join_type, tables, chain)
        end