From 4360ecf7df7220d0a074c6eec40735f5f4390a1b Mon Sep 17 00:00:00 2001 From: yui-knk Date: Mon, 31 Oct 2016 10:27:01 +0900 Subject: Remove a confusing comment These comment sometimes explain a face which does not match the face. --- activerecord/test/schema/schema.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/test/schema/schema.rb b/activerecord/test/schema/schema.rb index 43c8ad922a..d889f46031 100644 --- a/activerecord/test/schema/schema.rb +++ b/activerecord/test/schema/schema.rb @@ -905,7 +905,6 @@ ActiveRecord::Schema.define do create_table(t, force: true) {} end - # NOTE - the following 4 tables are used by models that have :inverse_of options on the associations create_table :men, force: true do |t| t.string :name end -- cgit v1.2.3