instance method
render
Ruby on Rails 4.2.9
Since v3.0.20Signature
render(*args)
No documentation comment.
Parameters
-
argsrest
Source
# File actionpack/lib/action_controller/metal/instrumentation.rb, line 41
def render(*args)
render_output = nil
self.view_runtime = cleanup_view_runtime do
Benchmark.ms { render_output = super }
end
render_output
end
Defined in actionpack/lib/action_controller/metal/instrumentation.rb line 41
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Instrumentation