mirror of
https://github.com/github/rails.git
synced 2026-01-29 08:18:03 -05:00
Just use a normal update on the indifferent hash
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3927 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -153,7 +153,7 @@ module ActionController #:nodoc:
|
||||
|
||||
request.instance_variable_set(
|
||||
:@parameters,
|
||||
(options[:params] || {}).with_indifferent_access.regular_update(
|
||||
(options[:params] || {}).with_indifferent_access.update(
|
||||
"controller" => controller_name, "action" => options[:action], "id" => options[:id]
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user