Module: Torque::PostgreSQL::Associations::JoinDependency::JoinAssociation

Defined in:
lib/torque/postgresql/associations/join_dependency/join_association.rb

Instance Method Summary collapse

Instance Method Details

#build_constraint(_, table, _, foreign_table, _) ⇒ Object



6
7
8
# File 'lib/torque/postgresql/associations/join_dependency/join_association.rb', line 6

def build_constraint(_, table, _, foreign_table, _)
  reflection.build_join_constraint(table, foreign_table)
end