Added Customer Name

This commit is contained in:
2016-05-31 09:57:57 -04:00
parent 4f8c57032c
commit f5d7e00ec6

View File

@@ -1,5 +1,11 @@
<table>
<tbody>
<tr>
<th>Customer</th>
<td><%= vehicle.customer.name %></td>
</tr>
<tr>
<th>Vehicle</th>
<td><%= vehicle.to_s %></td>