aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
diff options
context:
space:
mode:
authorYehuda Katz <wycats@mobile-166-129-139-135.mycingular.net>2009-11-07 11:23:21 -0800
committerYehuda Katz <wycats@mobile-166-129-139-135.mycingular.net>2009-11-07 11:23:21 -0800
commite1b5e3cc709df12d2d8495737e524f60015e6f5c (patch)
treedbb9452675bb964fdb5025f19372e2677fecc89d /actionpack/lib/action_dispatch/http
parentcbded53671bccccbaf7e9fdfa93ef86cb097daa3 (diff)
downloadrails-e1b5e3cc709df12d2d8495737e524f60015e6f5c.tar.gz
rails-e1b5e3cc709df12d2d8495737e524f60015e6f5c.tar.bz2
rails-e1b5e3cc709df12d2d8495737e524f60015e6f5c.zip
Break up inflector to reduce the dependency burden on dependency-les methods like constantize.
Diffstat (limited to 'actionpack/lib/action_dispatch/http')
-rwxr-xr-xactionpack/lib/action_dispatch/http/request.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_dispatch/http/request.rb b/actionpack/lib/action_dispatch/http/request.rb
index 75be2cc260..9314ff5c53 100755
--- a/actionpack/lib/action_dispatch/http/request.rb
+++ b/actionpack/lib/action_dispatch/http/request.rb
@@ -6,6 +6,7 @@ require 'active_support/memoizable'
require 'active_support/core_ext/array/wrap'
require 'active_support/core_ext/hash/indifferent_access'
require 'active_support/core_ext/object/tap'
+require 'active_support/core_ext/string/access'
module ActionDispatch
class Request < Rack::Request