Flowdock
method

join

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: AssociationScope
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 80
      def join(table, constraint)
        table.create_join(table, table.create_on(constraint), join_type)
      end
Register or log in to add new notes.