Apply edits from @senny to close #19397 [ci skip]

This commit is contained in:
Zachary Scott 2015-04-12 18:17:31 -07:00
parent da5fe3be1f
commit 93d2eeaad5

@ -1565,10 +1565,7 @@ def belongs_to(name, scope = nil, options = {})
#
# 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
#