aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-04-21 01:58:58 -0300
committerXavier Noria <fxn@ubuntu.(none)>2010-04-21 07:45:29 -0700
commit961aa70e4ada0aa2f1bfde2e8f8976e8003be83e (patch)
tree6a0e4c196fa0fe989f0df122eab22528d7edd72a /actionpack/lib/action_dispatch/http
parent5467728d833065ce70afed122b4c6971f709aeb9 (diff)
downloadrails-961aa70e4ada0aa2f1bfde2e8f8976e8003be83e.tar.gz
rails-961aa70e4ada0aa2f1bfde2e8f8976e8003be83e.tar.bz2
rails-961aa70e4ada0aa2f1bfde2e8f8976e8003be83e.zip
Some require indifferent_access added
Signed-off-by: Xavier Noria <fxn@ubuntu.(none)>
Diffstat (limited to 'actionpack/lib/action_dispatch/http')
-rw-r--r--actionpack/lib/action_dispatch/http/parameters.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/http/parameters.rb b/actionpack/lib/action_dispatch/http/parameters.rb
index 40b40ea94e..bc43414e75 100644
--- a/actionpack/lib/action_dispatch/http/parameters.rb
+++ b/actionpack/lib/action_dispatch/http/parameters.rb
@@ -1,4 +1,5 @@
require 'active_support/core_ext/hash/keys'
+require 'active_support/core_ext/hash/indifferent_access'
module ActionDispatch
module Http
@@ -46,4 +47,4 @@ module ActionDispatch
end
end
end
-end \ No newline at end of file
+end