From 43e6fff6d81a4aced13661b6933b62715714b187 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 27 Apr 2016 08:45:27 -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 a2a0f23..3e6b3bc 100644 --- a/app/views/customers/index.html.erb +++ b/app/views/customers/index.html.erb @@ -5,7 +5,7 @@
<% @customer = c.name%> - <%= render :partial => 'vehicles/details' %> + <%= render :partial => 'customers/details' %>