Module: ActiveJob::Instrumentation

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/active_job/instrumentation.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#perform_nowObject



25
26
27
# File 'lib/active_job/instrumentation.rb', line 25

def perform_now
  instrument(:perform) { super }
end