aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-12-01 23:27:40 -0600
committerJoshua Peek <josh@joshpeek.com>2009-12-01 23:27:40 -0600
commitf22db809c9da89adac0be60c5b70f37f75dc8376 (patch)
tree2deed375e67662ff304af5be40959049ea08b036
parente12380e7877abb3dafeb7875fb74c272e5cbeee0 (diff)
downloadrails-f22db809c9da89adac0be60c5b70f37f75dc8376.tar.gz
rails-f22db809c9da89adac0be60c5b70f37f75dc8376.tar.bz2
rails-f22db809c9da89adac0be60c5b70f37f75dc8376.zip
Response#cache_control is defined later
-rw-r--r--actionpack/lib/action_dispatch/http/response.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/http/response.rb b/actionpack/lib/action_dispatch/http/response.rb
index b3ed7c9d1a..c651f21f68 100644
--- a/actionpack/lib/action_dispatch/http/response.rb
+++ b/actionpack/lib/action_dispatch/http/response.rb
@@ -33,7 +33,6 @@ module ActionDispatch # :nodoc:
# end
class Response < Rack::Response
attr_accessor :request, :blank
- attr_reader :cache_control
attr_writer :header, :sending_file
alias_method :headers=, :header=