Module: MassiveRecord::Rails::ControllerRuntime

Extended by:
ActiveSupport::Concern
Defined in:
lib/massive_record/rails/controller_runtime.rb

Overview

Included into action controller to play nice with actionpack/lib/action_controller/metal/instrumentation

log_process_action is the real heart of this module; injecting the time it took for database queries to complete.

Defined Under Namespace

Modules: ClassMethods