From f51fa5c7d042aa557932eea6b052b77b1f7e78ec Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 2 May 2016 12:55:56 -0400 Subject: [PATCH] Update qbo_controller.rb --- 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 a02abbe..7c8abb1 100644 --- a/app/controllers/qbo_controller.rb +++ b/app/controllers/qbo_controller.rb @@ -20,7 +20,7 @@ class QboController < ApplicationController # def index @qbo = Qbo.first - @qbo_customer_count = Customer.count + @customer_count = Customer.count @qbo_item_count = QboItem.count @qbo_employee_count = QboEmployee.count @qbo_invoice_count = QboInvoice.count