Update index.html.erb

This commit is contained in:
2016-04-27 09:03:04 -04:00
parent 3c6bce713b
commit a316c0f8d6

View File

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