method
perform_now
v8.1.1 -
Show latest stable
- Class:
ActiveJob::Logging
perform_now()public
No documentation available.
# File activejob/lib/active_job/logging.rb, line 31
def perform_now # :nodoc:
tag_logger(self.class.name, self.job_id) { super }
end