mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Response#cache_control is defined later
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user