Update show.html.erb

This commit is contained in:
2016-05-11 09:05:15 -04:00
parent 3f06e790f0
commit 5a9aaa801a

View File

@@ -1,6 +1,6 @@
<h1>Customer Detail</h1>
<br/>
<%= render :partial => 'customers/details', locals: {customers: @customers} %>
<%= render :partial => 'customers/details', locals: {customer: @customer} %>
<br/>
<%= render :partial => 'vehicles/list' %>
<br/>