Skip to content

Commit

Permalink
Fix warning: method redefined
Browse files Browse the repository at this point in the history
  • Loading branch information
utilum committed Mar 13, 2020
1 parent 0c715e5 commit 06dcc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activejob/test/support/delayed_job/delayed/backend/test.rb
Expand Up @@ -21,7 +21,7 @@ class Job

include Delayed::Backend::Base

cattr_accessor :id, default: 0
cattr_accessor :id, default: 0, instance_accessor: false

def initialize(hash = {})
self.attempts = 0
Expand Down

0 comments on commit 06dcc3c

Please sign in to comment.