diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-03-25 16:07:52 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-03-25 16:07:52 +0100 |
commit | 9a976ab5756371dd434adda2ff01af3a83d0f63c (patch) | |
tree | 065964dfd569c7b9b1f39659bb849f93cf8a727d | |
parent | c35fb52c0cdd235cb69380df722c343ff5fa0bfa (diff) | |
download | rails-9a976ab5756371dd434adda2ff01af3a83d0f63c.tar.gz rails-9a976ab5756371dd434adda2ff01af3a83d0f63c.tar.bz2 rails-9a976ab5756371dd434adda2ff01af3a83d0f63c.zip |
clarify CHANGELOG [ci skip].
-rw-r--r-- | activerecord/CHANGELOG.md | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 0cbb5c294b..bb2dbba860 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,11 +1,5 @@ -* Fix Generation of proper migration when - ActiveRecord::Base.pluralize_table_names = false. - - Previously, generation a migration like this: - - rails g migration add_column_name_to_user name - - would not generating the correct table name. +* Use singular table name in generated migrations when + `ActiveRecord::Base.pluralize_table_names` is `false`. Fixes #13426. |