method
render
v8.0.0 -
Show latest stable
- Class:
ActionController::Instrumentation
render(*)public
No documentation available.
# File actionpack/lib/action_controller/metal/instrumentation.rb, line 28
def render(*)
render_output = nil
self.view_runtime = cleanup_view_runtime do
ActiveSupport::Benchmark.realtime(:float_millisecond) { render_output = super }
end
render_output
end