method

make_constraints

make_constraints(parent, child, tables, join_type)
private

No documentation available.

# File activerecord/lib/active_record/associations/join_dependency.rb, line 165
      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, child, join_type, tables, child.reflection.scope_chain, chain)
      end