aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/response.rb
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-04-16 21:56:35 -0400
committerwycats <wycats@gmail.com>2010-04-16 21:59:09 -0400
commit457f7709e964a62a24562010c0f79445976cce8b (patch)
tree75cfaf3f5e7e1a77303fab0f37f1b61e9be442e8 /actionpack/lib/action_dispatch/http/response.rb
parentac015b1d07241f9702af41b079d27985c9b9a20f (diff)
downloadrails-457f7709e964a62a24562010c0f79445976cce8b.tar.gz
rails-457f7709e964a62a24562010c0f79445976cce8b.tar.bz2
rails-457f7709e964a62a24562010c0f79445976cce8b.zip
Missing requires
Diffstat (limited to 'actionpack/lib/action_dispatch/http/response.rb')
-rw-r--r--actionpack/lib/action_dispatch/http/response.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_dispatch/http/response.rb b/actionpack/lib/action_dispatch/http/response.rb
index 362e5ec970..8b730a97ee 100644
--- a/actionpack/lib/action_dispatch/http/response.rb
+++ b/actionpack/lib/action_dispatch/http/response.rb
@@ -1,6 +1,7 @@
require 'digest/md5'
require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/object/blank'
+require 'active_support/core_ext/class/attribute_accessors'
module ActionDispatch # :nodoc:
# Represents an HTTP response generated by a controller action. One can use