module RoquaRailsActiveInteractionInstrumentation

Public Instance Methods

run() click to toggle source
Calls superclass method
# File lib/roqua/core_ext/active_interaction/rails_instrumentation.rb, line 4
def run
  ActiveSupport::Notifications.instrument 'operation.active_interaction',
                                          class_name: self.class.to_s.underscore do
    super
  end
end