mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Set the body using the accessor for AD::Response introspection mode so it gets wrapped in a []
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user