method

join

Importance_0
join(table, constraint) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/association_scope.rb, line 56
        def join(table, constraint)
          table.create_join(table, table.create_on(constraint))
        end
Register or log in to add new notes.