yes i do
here is all the code
<% @trucks.each do |truck| %>
<tr>
<% unless (truck.oil.vehicleID != truck.vehicleID?) %%>
<% truck.oil.each do |oil| %>
<td><%= truck.vehicle %>
<td><%= oil.lastMile %></td>
<td><%= oil.lastDate%></td>
<td><%= oil.over%></td>
</tr>
<% end %>
</table>
<% end %>
</center>