Skip to content

Commit

Permalink
fix: unable to use keyword args when including the Labels extension
Browse files Browse the repository at this point in the history
closes #1350
  • Loading branch information
ElMassimo committed Oct 8, 2024
1 parent b714be6 commit c1c11e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/good_job/active_job_extensions/labels.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Labels
extend ActiveSupport::Concern

module Prepends
def initialize(*arguments)
def initialize(...)
super
self.good_job_labels = Array(self.class.good_job_labels.dup)
end
Expand Down

0 comments on commit c1c11e2

Please sign in to comment.