Update index.html.erb

This commit is contained in:
2016-08-01 15:43:45 -04:00
committed by GitHub
parent 01ea01fef6
commit e7c85eac4d

View File

@@ -12,7 +12,7 @@
<% @customers.each do |c| %>
<div class="row">
<div class="span6 columns">
<%= link_to c, c_path %>
<%= link_to c, customer_path(c.id) %>
</div>
</div>
<% end %>