Displaying 1 result from an estimated 1 matches for "curmileag".
Did you mean:
curmileage
2006 Jun 01
1
find not working properly
...'")
end
[/code]
and the output view (partial too big to put all here)
[code]
<% @truck.each do |truck|%>
<tr>
<td><%= truck.vehicleID%></td>
<td><%= truck.vin%></td>
<td><%= truck.plate%></td>
<td><%= truck.curmileage%></td>
<td><%= truck.oilInt %></td>
</tr><p>
<% end %>
[/code]
The variable doesn''t get passed properly so the found always comes up
with vehicleID 0. I don''t know if i have it named wrong in the
controller or what.
I have overrid...