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| %>