diff --git a/app/controllers/qbo_controller.rb b/app/controllers/qbo_controller.rb index 5dfe293..e7d6545 100644 --- a/app/controllers/qbo_controller.rb +++ b/app/controllers/qbo_controller.rb @@ -66,11 +66,11 @@ class QboController < ApplicationController # def sync if Qbo.exists? - Customer.sync - QboItem.sync - QboEmployee.sync - QboEstimate.sync - QboInvoice.sync + Customer.delay.sync + QboItem.delay.sync + QboEmployee.delay.sync + QboEstimate.delay.sync + QboInvoice.delay.sync #QboPurchase.sync # Record the last sync time