mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix warning: method redefined
This commit is contained in:
parent
0c715e599e
commit
06dcc3c927
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module Delayed
|
|||
|
||||
include Delayed::Backend::Base
|
||||
|
||||
cattr_accessor :id, default: 0
|
||||
cattr_accessor :id, default: 0, instance_accessor: false
|
||||
|
||||
def initialize(hash = {})
|
||||
self.attempts = 0
|
||||
|
|
Loading…
Reference in a new issue