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



13
14
15
# File 'lib/active_job/instrumentation.rb', line 13

def perform_now
  instrument(:perform) { super }
end