From 76cbb4230972f3db216e94593895d8b7eb5e6fb2 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 26 Apr 2016 09:24:32 -0400 Subject: [PATCH] Update index.html.erb --- app/views/customers/index.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/customers/index.html.erb b/app/views/customers/index.html.erb index 87af146..97001ea 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -5,6 +5,7 @@
<% @customer = c.name%> + <%= render :partial => 'customers/details' %>