From 1ac799d318b7cab3f5a29e62fac7b496576615e1 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 26 Apr 2016 09:20:21 -0400 Subject: [PATCH] Update index.html.erb --- app/views/customers/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/customers/index.html.erb b/app/views/customers/index.html.erb index c0231e3..87af146 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -1,6 +1,6 @@

Customers


-<% QboCustomers.all.each do |c| %> +<% QboCustomer.all.each do |c| %>