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.