mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix warnings in AD::Response
This commit is contained in:
parent
f70079efb1
commit
2130566acf
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ module ActionDispatch # :nodoc:
|
|||
@body, @cookie = [], []
|
||||
@sending_file = false
|
||||
|
||||
@blank = false
|
||||
@etag = nil
|
||||
|
||||
yield self if block_given?
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue