From b1614941af30d61ac04d11328b69eab199303b75 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 12 May 2016 09:56:29 -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 31f6b0e..ca66e75 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -4,7 +4,7 @@
- <%= render :partial => 'customers/details', locals: {customer: c} %> + <%= c.name %> <%= button_to "Show", customer_path(c.id), method: :get %>