aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-09-28 00:21:01 +0000
committerMarcel Molina <marcel@vernix.org>2005-09-28 00:21:01 +0000
commit93db2f38957eb72f2d7e34570bbfe4d6ee3975e0 (patch)
tree77bb11dda9d9dad246bd44168873aafaad661cf4 /railties/CHANGELOG
parent83b390bcfcded8bd5263883ddf741ef35bccc801 (diff)
downloadrails-93db2f38957eb72f2d7e34570bbfe4d6ee3975e0.tar.gz
rails-93db2f38957eb72f2d7e34570bbfe4d6ee3975e0.tar.bz2
rails-93db2f38957eb72f2d7e34570bbfe4d6ee3975e0.zip
Include additional ticket number that is closed by [2380].
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2382 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 6cefa07542..b0782ed2d2 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Make table_name and controller_name in generators honor AR::Base.pluralize_table_names. #2213 [kazuhiko@fdiary.net]
+* Make table_name and controller_name in generators honor AR::Base.pluralize_table_names. #1216 #2213 [kazuhiko@fdiary.net]
* Clearly label functional and unit tests in rake stats output. #2297 [lasse.koskela@gmail.com]