method
join
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::Associations::AssociationScope
join(table, constraint)private
No documentation available.
# File activerecord/lib/active_record/associations/association_scope.rb, line 57
def join(table, constraint)
table.create_join(table, table.create_on(constraint), join_type)
end