From 1817095d00619f927c464322c463fc5819219906 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 27 Apr 2016 08:38:06 -0400 Subject: [PATCH] Update show.html.erb --- app/views/customers/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/customers/show.html.erb b/app/views/customers/show.html.erb index 1afa021..aa50ef5 100644 --- a/app/views/customers/show.html.erb +++ b/app/views/customers/show.html.erb @@ -1,3 +1,3 @@

Customers


-<%= render :partial => 'vehicles/form' %> +<%= render :partial => 'customer/detail' %>