From e1bb565c5910b35dabe851f0d4232e4749a5ddd0 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 21 Jan 2016 12:19:13 -0500 Subject: [PATCH] Update qbo_controller.rb Updating to the following conventions https://github.com/bbatsov/ruby-style-guide --- app/controllers/qbo_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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