From a316c0f8d695ba0fad72e7f7ab89981f2430e98d Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 27 Apr 2016 09:03:04 -0400 Subject: [PATCH] Update index.html.erb --- app/views/customers/index.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/customers/index.html.erb b/app/views/customers/index.html.erb index 3e6b3bc..8f5e0d9 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -6,6 +6,7 @@
<% @customer = c.name%> <%= render :partial => 'customers/details' %> + <%= button_to "Show", c, method: :get %>