Forgot to change method name
This commit is contained in:
parent
73a3c2270f
commit
7a5586bf62
|
@ -11,7 +11,7 @@ module AbfWorker
|
|||
|
||||
attr_accessor :status, :options
|
||||
|
||||
def perform(options)
|
||||
def perform_with_ar_connection(options)
|
||||
@status = options['status'].to_i
|
||||
@options = options
|
||||
real_perform
|
||||
|
|
Loading…
Reference in New Issue