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

Improve CHANGELOG for fix for respecting pluralize_table_names [ci skip]

This commit is contained in:
Prathamesh Sonpatki 2015-03-27 22:12:52 +05:30
parent 69283ab70a
commit b2a70e33e3

View file

@ -1,4 +1,4 @@
* Respect `pluralize_table_names` when generate fixture file.
* Respect `pluralize_table_names` when generating fixture file.
Fixes #19519.