Module: ActiveJob::Logging

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/active_job/logging.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#perform_nowObject



17
18
19
# File 'lib/active_job/logging.rb', line 17

def perform_now
  tag_logger(self.class.name, self.job_id) { super }
end