method

response_body=

rails latest stable - Class: ActionController::RackDelegation

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

response_body=(body)
public

No documentation available.

# File actionpack/lib/action_controller/metal/rack_delegation.rb, line 16
    def response_body=(body)
      response.body = body if response
      super
    end