method
perform_now
v7.0.0 -
Show latest stable
- Class:
ActiveJob::Instrumentation
perform_now()public
No documentation available.
# File activejob/lib/active_job/instrumentation.rb, line 13
def perform_now
instrument(:perform) { super }
end