aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-07-31 20:32:48 +0000
committerRick Olson <technoweenie@gmail.com>2006-07-31 20:32:48 +0000
commitd2eafa8b736c2f300658925e70290fb3d996959b (patch)
treef9731c6cfea3caba236a2ae7fcebeb2e58b9d49b /actionpack/CHANGELOG
parented4c295c4782b534121b04a6bc10b9f440ffa8c6 (diff)
downloadrails-d2eafa8b736c2f300658925e70290fb3d996959b.tar.gz
rails-d2eafa8b736c2f300658925e70290fb3d996959b.tar.bz2
rails-d2eafa8b736c2f300658925e70290fb3d996959b.zip
Dup the options passed to map.resources so that multiple resources get the same options. [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4639 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index f45051314f..c5d8154ed2 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Dup the options passed to map.resources so that multiple resources get the same options. [Rick Olson]
+
* Fixed the new_#{resource}_url route and added named route tests for Simply Restful. [Rick Olson]
* Added map.resources from the Simply Restful plugin [DHH]. Examples (the API has changed to use plurals!):