Forgot to change method name

This commit is contained in:
Wedge 2016-06-04 18:25:08 +03:00
parent 73a3c2270f
commit 7a5586bf62
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module AbfWorker
attr_accessor :status, :options attr_accessor :status, :options
def perform(options) def perform_with_ar_connection(options)
@status = options['status'].to_i @status = options['status'].to_i
@options = options @options = options
real_perform real_perform