aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-09-28 00:06:39 +0000
committerMarcel Molina <marcel@vernix.org>2005-09-28 00:06:39 +0000
commit8e78e9335b6b6e86d5a55f9d00ea0ab699268cc5 (patch)
treea2eab5b1b6e41762122c1c18e6af6a730dcfe01b /railties/CHANGELOG
parent0b1abc3360706268618dabcb1868fb0406d997aa (diff)
downloadrails-8e78e9335b6b6e86d5a55f9d00ea0ab699268cc5.tar.gz
rails-8e78e9335b6b6e86d5a55f9d00ea0ab699268cc5.tar.bz2
rails-8e78e9335b6b6e86d5a55f9d00ea0ab699268cc5.zip
Make table_name and controller_name in generators honor AR::Base.pluralize_table_names.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2380 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 35fb6dc425..6cefa07542 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make table_name and controller_name in generators honor AR::Base.pluralize_table_names. #2213 [kazuhiko@fdiary.net]
+
* Clearly label functional and unit tests in rake stats output. #2297 [lasse.koskela@gmail.com]
* Make the migration generator only check files ending in *.rb when calculating the next file name #2317 [Chad Fowler]