Module: Errplane::Rails::Benchmarking

Defined in:
lib/errplane/rails/benchmarking.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
10
11
# File 'lib/errplane/rails/benchmarking.rb', line 7

def self.included(base)
  base.send(:alias_method_chain, :perform_action, :instrumentation)
  base.send(:alias_method_chain, :view_runtime, :instrumentation)
  base.send(:alias_method_chain, :active_record_runtime, :instrumentation)
end