method
_perform_job
rails 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