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