Skip to content

Commit

Permalink
Convert params keys to strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Apr 30, 2009
1 parent 091965c commit 7eef11e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/lib/action_dispatch/test/mock.rb
Expand Up @@ -42,6 +42,7 @@ def env_for(path, opts)
opts[:input] = params
end
else
params.stringify_keys!
params.update(::Rack::Utils.parse_query(uri.query))
uri.query = requestify(params)
end
Expand Down

0 comments on commit 7eef11e

Please sign in to comment.