Update index.html.erb

This commit is contained in:
2016-04-27 09:03:59 -04:00
parent a316c0f8d6
commit 5242ed5a94

View File

@@ -6,7 +6,7 @@
<fieldset>
<% @customer = c.name%>
<%= render :partial => 'customers/details' %>
<%= button_to "Show", c, method: :get %>
<%= button_to "Show", customer_path(c.id), method: :get %>
</fieldset>
</div>
</div>