instance method
render
Ruby on Rails 6.1.7.10
Since v3.0.20Signature
render(*)
No documentation comment.
Parameters
-
argsrest
Source
# File actionpack/lib/action_controller/metal/instrumentation.rb, line 43
def render(*)
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 43
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Instrumentation