1
0
Fork 0
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:
Joshua Peek 2009-12-14 15:47:52 -06:00
parent f70079efb1
commit 2130566acf

View file

@ -49,6 +49,9 @@ module ActionDispatch # :nodoc:
@body, @cookie = [], []
@sending_file = false
@blank = false
@etag = nil
yield self if block_given?
end