diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-12-01 23:27:40 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-12-01 23:27:40 -0600 |
commit | f22db809c9da89adac0be60c5b70f37f75dc8376 (patch) | |
tree | 2deed375e67662ff304af5be40959049ea08b036 /actionpack/lib | |
parent | e12380e7877abb3dafeb7875fb74c272e5cbeee0 (diff) | |
download | rails-f22db809c9da89adac0be60c5b70f37f75dc8376.tar.gz rails-f22db809c9da89adac0be60c5b70f37f75dc8376.tar.bz2 rails-f22db809c9da89adac0be60c5b70f37f75dc8376.zip |
Response#cache_control is defined later
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/http/response.rb | 1 |
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= |