diff --git a/app/views/customers/index.html.erb b/app/views/customers/index.html.erb index 423d515..48cf7e6 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -12,7 +12,7 @@ <% @customers.each do |c| %>
- <%= link_to c, c_path %> + <%= link_to c, customer_path(c.id) %>
<% end %>