Module: Subexec::Notifications::Extensions

Extended by:
ActiveSupport::Concern
Defined in:
lib/subexec/notifications/extensions.rb

Instance Method Summary collapse

Instance Method Details

#run_with_notifications!Object



11
12
13
14
15
# File 'lib/subexec/notifications/extensions.rb', line 11

def run_with_notifications!
  ActiveSupport::Notifications.instrument "subexec.run", notification_payload do
    run_without_notifications!
  end
end