diff options
author | Jon Leighton <j@jonathanleighton.com> | 2011-11-12 06:49:47 -0800 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2011-11-12 06:49:47 -0800 |
commit | 8f20d59e6ea3adb88b434490e3175153c3df85c5 (patch) | |
tree | 9289a0dbe40146c141f6dc90bf6f2a4862cf160a /actionpack/lib/action_dispatch/http/headers.rb | |
parent | c3035e1800949e7df04ea3e3a0567adacbce41a6 (diff) | |
parent | b74aedff3c4df83376ac969163e646bcf20bc7d4 (diff) | |
download | rails-8f20d59e6ea3adb88b434490e3175153c3df85c5.tar.gz rails-8f20d59e6ea3adb88b434490e3175153c3df85c5.tar.bz2 rails-8f20d59e6ea3adb88b434490e3175153c3df85c5.zip |
Merge pull request #3618 from amatsuda/ad_headers_unmemoizable
Unneeded require 'active_support/memoizable'
Diffstat (limited to 'actionpack/lib/action_dispatch/http/headers.rb')
-rw-r--r-- | actionpack/lib/action_dispatch/http/headers.rb | 2 |
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 |