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