method
cleanup_view_runtime
v3.2.8 -
Show latest stable
- Class:
ActionController::Instrumentation
cleanup_view_runtime()private
A hook which allows you to clean up any time taken into account in views wrongly, like database querying time.
def cleanup_view_runtime super - time_taken_in_something_expensive end
:api: plugin