1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

clarify CHANGELOG [ci skip].

This commit is contained in:
Yves Senn 2014-03-25 16:07:52 +01:00
parent c35fb52c0c
commit 9a976ab575

View file

@ -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.