From ec1063f80f8729e0de27e42441ae72e65c8d653b Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 25 May 2016 10:49:38 -0400 Subject: [PATCH] Update qbo_controller.rb --- app/controllers/qbo_controller.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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