Module: ActiveJob::Instrumentation

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

Overview

:nodoc:

Instance Method Summary collapse

Methods included from ActiveSupport::Concern

append_features, class_methods, extended, included, prepend_features, prepended

Instance Method Details

#perform_nowObject



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

def perform_now
  instrument(:perform) { super }
end