Update show.html.erb

This commit is contained in:
2016-04-27 08:47:18 -04:00
parent dd9c945fcc
commit d80df26df1

View File

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