I changed it and now i get
compile error
./script/../config/../app/views/oil/time.rhtml:50: parse error, unexpected '>'
./script/../config/../app/views/oil/time.rhtml:52: unterminated string meets end of file
Extracted source (around line #50):
47: <% @trucks.each do |truck| %>
48: <tr>
49: <% truck.oil.each do |oil| %>
50: <% unless (truck.oil.vehicleID != truck.vehicleID?) %%>
51:
52: <td><%= truck.vehicle %>
53: <td><%= oil.lastMile %></td>