Update _details.html.erb

This commit is contained in:
2016-08-01 22:35:12 -04:00
committed by GitHub
parent d33c0c9aa5
commit 1b4c377940

View File

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