Update show.html.erb

This commit is contained in:
2016-04-28 08:49:21 -04:00
parent 5ac1c44e41
commit be7e9ef2cc

View File

@@ -1,3 +1,5 @@
<h1>Customer Detail</h1>
<br/>
<%= render :partial => 'customers/detail' %>
<%= render :partial => 'customers/details' %>
<br/>
<%= render :partial => 'vehicles/list' %>