aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-11-12 06:49:47 -0800
committerJon Leighton <j@jonathanleighton.com>2011-11-12 06:49:47 -0800
commit8f20d59e6ea3adb88b434490e3175153c3df85c5 (patch)
tree9289a0dbe40146c141f6dc90bf6f2a4862cf160a
parentc3035e1800949e7df04ea3e3a0567adacbce41a6 (diff)
parentb74aedff3c4df83376ac969163e646bcf20bc7d4 (diff)
downloadrails-8f20d59e6ea3adb88b434490e3175153c3df85c5.tar.gz
rails-8f20d59e6ea3adb88b434490e3175153c3df85c5.tar.bz2
rails-8f20d59e6ea3adb88b434490e3175153c3df85c5.zip
Merge pull request #3618 from amatsuda/ad_headers_unmemoizable
Unneeded require 'active_support/memoizable'
-rw-r--r--actionpack/lib/action_dispatch/http/headers.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/http/headers.rb b/actionpack/lib/action_dispatch/http/headers.rb
index 505d5560b1..040b51e040 100644
--- a/actionpack/lib/action_dispatch/http/headers.rb
+++ b/actionpack/lib/action_dispatch/http/headers.rb
@@ -1,5 +1,3 @@
-require 'active_support/memoizable'
-
module ActionDispatch
module Http
class Headers < ::Hash