diff options
author | Zachary Scott <e@zzak.io> | 2015-03-27 09:48:16 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2015-03-27 09:48:16 -0700 |
commit | 72a02f98614261741d39432b239cded410f46b74 (patch) | |
tree | 921b832c421cdb62eef48638eb4daf1cdd339326 | |
parent | 69283ab70a977787fc16830b194f1e25828a7ad8 (diff) | |
parent | b2a70e33e3290cb9f201df41e7ab01fada734b70 (diff) | |
download | rails-72a02f98614261741d39432b239cded410f46b74.tar.gz rails-72a02f98614261741d39432b239cded410f46b74.tar.bz2 rails-72a02f98614261741d39432b239cded410f46b74.zip |
Merge pull request #19554 from prathamesh-sonpatki/improve-changelog
Improve CHANGELOG for fix for respecting pluralize_table_names [ci skip...
-rw-r--r-- | railties/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index f4c57f46f5..a181823576 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,4 +1,4 @@ -* Respect `pluralize_table_names` when generate fixture file. +* Respect `pluralize_table_names` when generating fixture file. Fixes #19519. |