method
cleanup_view_runtime
v3.1.0 -
Show latest stable
- Class:
ActionController::Instrumentation
cleanup_view_runtime()protected
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