aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-07-31 21:57:59 +0000
committerRick Olson <technoweenie@gmail.com>2006-07-31 21:57:59 +0000
commit78e37f45c64838b120699317068cf1950277897c (patch)
tree377b4676abe388af87322c5e9c96dee73596ce77 /actionpack/CHANGELOG
parentab0277f22005b9690393318ef9adf94d815c1611 (diff)
downloadrails-78e37f45c64838b120699317068cf1950277897c.tar.gz
rails-78e37f45c64838b120699317068cf1950277897c.tar.bz2
rails-78e37f45c64838b120699317068cf1950277897c.zip
Fix bug when passing multiple options to SimplyRestful, like :new => { :preview => :get, :draft => :get }. [Rick Olson, Josh Susser, Lars Pind]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4641 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 c5d8154ed2..c93ff29d7a 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix bug when passing multiple options to SimplyRestful, like :new => { :preview => :get, :draft => :get }. [Rick Olson, Josh Susser, Lars Pind]
+
* 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]