From c2b798e32cacb2a812ccf88e981f4ff012951028 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 27 Apr 2016 08:38:40 -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 aa50ef5..522c94e 100644 --- a/app/views/customers/show.html.erb +++ b/app/views/customers/show.html.erb @@ -1,3 +1,3 @@

Customers


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