Module ActionController::Streaming::ClassMethods
In: lib/action_controller/metal/streaming.rb

Methods

stream  

Public Instance methods

Render streaming templates. It accepts :only, :except, :if and :unless as options to specify when to stream, as in ActionController filters.

[Validate]