Sha256: be346ec5c43e26dc3a2a869ef5dfaffee041b3c8ab73c5661eeac4f017807cdf
Contents?: true
Size: 226 Bytes
Versions: 3
Compression:
Stored size: 226 Bytes
Contents
module GoodJob class Railtie < ::Rails::Railtie initializer "good_job.logger" do ActiveSupport.on_load(:good_job) { self.logger = ::Rails.logger } GoodJob::LogSubscriber.attach_to :good_job end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
good_job-1.1.2 | lib/good_job/railtie.rb |
good_job-1.1.1 | lib/good_job/railtie.rb |
good_job-1.1.0 | lib/good_job/railtie.rb |