From 3f29a024f9ca0fed013bec855249a611a8ce3a4a Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Mon, 1 Aug 2016 17:00:25 -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 7bb2b81..7ca6533 100644 --- a/app/views/customers/show.html.erb +++ b/app/views/customers/show.html.erb @@ -1,4 +1,4 @@ -

Customer Detail

+

Customer #<%= customer.id %>


<%= render :partial => 'customers/details', locals: {customer: @customer} %>