Update _details.html.erb

This commit is contained in:
2016-08-01 22:34:38 -04:00
committed by GitHub
parent 09d8c0024f
commit d33c0c9aa5

View File

@@ -3,7 +3,7 @@
<tr>
<th>Customer</th>
<td><%= link_to customer_path(customer), vehicle.customer.name %></td>
<td><%= link_to customer_path(vehicle.customer), vehicle.customer.name %></td>
</tr>
<tr>