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