ActionController::DataStreaming
module ActionController::DataStreaming
Methods for sending arbitrary data and for streaming files to the browser, instead of rendering.
Protected Instance Methods
Sends the given binary data to the browser. This method is similar to render plain: data
, but also allows you to specify wheth