diff --git a/app/views/customers/show.html.erb b/app/views/customers/show.html.erb index bd6d70f..68b8806 100644 --- a/app/views/customers/show.html.erb +++ b/app/views/customers/show.html.erb @@ -1,4 +1,4 @@ -

Customers

+

Customer Detail


<%= render :partial => 'customers/detail' %>