aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2016-10-31 10:27:01 +0900
committeryui-knk <spiketeika@gmail.com>2016-10-31 10:27:01 +0900
commit4360ecf7df7220d0a074c6eec40735f5f4390a1b (patch)
tree5af815f3845be82275f02185385a846b321aff1e /activerecord/test/schema
parent7808a90990d32aaead6d9e80f4da2b88e01adc73 (diff)
downloadrails-4360ecf7df7220d0a074c6eec40735f5f4390a1b.tar.gz
rails-4360ecf7df7220d0a074c6eec40735f5f4390a1b.tar.bz2
rails-4360ecf7df7220d0a074c6eec40735f5f4390a1b.zip
Remove a confusing comment
These comment sometimes explain a face which does not match the face.
Diffstat (limited to 'activerecord/test/schema')
-rw-r--r--activerecord/test/schema/schema.rb1
1 files changed, 0 insertions, 1 deletions
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