From c251dc8407521b9573fffcb4fdec5e66cc4d1a20 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 27 Apr 2016 07:59:37 -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 52c9b60..f00a762 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -1,6 +1,6 @@

Customers


-<% @customers do |c| %> +<% @customers.each do |c| %>