Skip to content

Commit

Permalink
Comment out overridden method
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenrixon committed Aug 17, 2016
1 parent 3da7410 commit dda7082
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions lib/sapience/extensions/active_job/logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
module ActiveJob::Logging # rubocop:disable ClassAndModuleChildren
include Sapience::Loggable

private
# private

alias_method :tag_logger_old, :tag_logger
def tag_logger(*tags, &block)
logger.tagged(*tags, &block)
end
# alias_method :tag_logger_old, :tag_logger

# def tag_logger(*tags, &block)
# logger.tagged(*tags, &block)
# end
end

0 comments on commit dda7082

Please sign in to comment.