mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 09:24:23 -05:00
Update BaseBackgroundHelper.rb
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
module BaseBackgroundHelper
|
module BaseBackgroundHelper
|
||||||
|
|
||||||
# abstact methods to be overriden
|
# abstact methods to be overriden
|
||||||
def run (customer); raise "run method is missing"; end
|
def run (results); raise "run method is missing"; end
|
||||||
def success_path; raise "success_path is missing"; end
|
def success_path; raise "success_path is missing"; end
|
||||||
def error_path; raise "error_path is missing"; end
|
def error_path; raise "error_path is missing"; end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user