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