Skip to content

Commit c326532

Browse files
committed
Remove deprecation warning without a deprecator
The initial deprecation was introduced in 6.1: bbfab0b The configuration stayed with a deprecation in 7.0 but was not preserving the behavior: 10bd5e5 This removes the configuration and deprecation.
1 parent 7e74549 commit c326532

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

activejob/lib/active_job/callbacks.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ class << self
2828
end
2929

3030
included do
31-
cattr_accessor :skip_after_callbacks_if_terminated, instance_accessor: false, default: false
32-
singleton_class.deprecate :skip_after_callbacks_if_terminated, :skip_after_callbacks_if_terminated=
33-
3431
define_callbacks :perform, skip_after_callbacks_if_terminated: true
3532
define_callbacks :enqueue, skip_after_callbacks_if_terminated: true
3633
end

0 commit comments

Comments
 (0)