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