From 3a17ea9031c32bf3b5817c74bba777ec06c5eb41 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Tue, 11 Mar 2008 07:46:39 +0000 Subject: Fix nested parameter hash parsing bug. #10797 [thomas.lee] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9010 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/request.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/lib/action_controller') diff --git a/actionpack/lib/action_controller/request.rb b/actionpack/lib/action_controller/request.rb index f626abf2b0..9aff733a5c 100755 --- a/actionpack/lib/action_controller/request.rb +++ b/actionpack/lib/action_controller/request.rb @@ -674,6 +674,7 @@ module ActionController else top << {key => value}.with_indifferent_access push top.last + value = top[key] end else top << value -- cgit v1.2.3