class StreamingLayoutController

Public Instance Methods

render(*args) click to toggle source
Calls superclass method
# File actionview/test/actionpack/controller/layout_test.rb, line 94
def render(*args)
  options = args.extract_options!
  super(*args, options.merge(stream: true))
end