module ActionController::RackDelegation

def response_body=(body)

def response_body=(body)
  response.body = body if response
  super
end