diff --git a/app/controllers/qbo_controller.rb b/app/controllers/qbo_controller.rb index cb7a5f1..71525a0 100644 --- a/app/controllers/qbo_controller.rb +++ b/app/controllers/qbo_controller.rb @@ -65,7 +65,7 @@ class QboController < ApplicationController # Synchronizes the QboCustomer table with QBO # def sync - if Qbo.exists? then + if Qbo.exists? QboCustomer.update_all QboItem.update_all QboEmployee.update_all