module Auth::JobExceptionHandler

Public Instance Methods

log_exception(exception) click to toggle source
# File lib/auth/job_exception_handler.rb, line 3
def log_exception(exception)
        $redis.zadd("errors",Time.now.to_i,exception.to_s)
end