Sha256: 992554be0f54e090dc62bf3d8e93528227ab16b28496164b4225c579c8f099b6
Contents?: true
Size: 371 Bytes
Versions: 29
Compression:
Stored size: 371 Bytes
Contents
require 'active_support/notifications.rb' module RoquaRailsActiveInteractionInstrumentation def run ActiveSupport::Notifications.instrument 'operation.active_interaction', class_name: self.class.to_s.underscore do super end end end ActiveInteraction::Base.include RoquaRailsActiveInteractionInstrumentation
Version data entries
29 entries across 29 versions & 1 rubygems