Response#cache_control is defined later

This commit is contained in:
Joshua Peek
2009-12-01 23:27:40 -06:00
parent e12380e787
commit f22db809c9

View File

@@ -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=