Module: ActiveJob::Instrumentation
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#perform_now ⇒ Object
13 14 15 |
# File 'lib/active_job/instrumentation.rb', line 13 def perform_now instrument(:perform) { super } end |