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