method
view_runtime
v2.2.1 -
Show latest stable
- Class:
ActionController::Benchmarking
view_runtime()private
No documentation available.
# File actionpack/lib/action_controller/benchmarking.rb, line 96
def view_runtime
"View: %.0f" % (@view_runtime * 1000)
end