Sha256: 232ff0c04b84f814266d29547c9afee5e2f36a946eccbd305a4ce02487cefb4f
Contents?: true
Size: 311 Bytes
Versions: 47
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true module GoodJob # @deprecated Use {GoodJob::Job} instead. class ActiveJobJob < Execution after_initialize do |_job| ActiveSupport::Deprecation.warn( "The `GoodJob::ActiveJobJob` class name is deprecated. Replace with `GoodJob::Job`." ) end end end
Version data entries
47 entries across 47 versions & 1 rubygems