method
_perform_job
v7.1.3.4 -
Show latest stable
- Class:
ActiveJob::Instrumentation
_perform_job()private
No documentation available.
# File activejob/lib/active_job/instrumentation.rb, line 30
def _perform_job
instrument(:perform_start)
super
end