From 93d2eeaad5f7e2a362297384fb840461980f675e Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Sun, 12 Apr 2015 18:17:31 -0700 Subject: Apply edits from @senny to close #19397 [ci skip] --- activerecord/lib/active_record/associations.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'activerecord/lib/active_record/associations.rb') diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index deecd1b7b7..c5c2178ee2 100644 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -1565,10 +1565,7 @@ module ActiveRecord # # class CreateDevelopersProjectsJoinTable < ActiveRecord::Migration # def change - # create_table :developers_projects, id: false do |t| - # t.integer :developer_id - # t.integer :project_id - # end + # create_join_table :developers, :projects # end # end # -- cgit v1.2.3