1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Set the body using the accessor for AD::Response introspection mode so it gets wrapped in a []

This commit is contained in:
Carlhuda 2010-02-26 18:24:55 -08:00
parent 8689989a52
commit faf3c2f827

View file

@ -43,7 +43,8 @@ module ActionDispatch # :nodoc:
@block = nil
@length = 0
@status, @header, @body = status, header, body
@status, @header = status, header
self.body = body
@cookie = []
@sending_file = false