Module: ActiveJob::Logging
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#perform_now ⇒ Object
17 18 19 |
# File 'lib/active_job/logging.rb', line 17 def perform_now tag_logger(self.class.name, self.job_id) { super } end |