From e7c85eac4d202954fc586303f439bee6eb213564 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 1 Aug 2016 15:43:45 -0400 Subject: [PATCH] Update index.html.erb --- app/views/customers/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>