Displaying 1 result from an estimated 1 matches for "oilint".
Did you mean:
silint
2006 Jun 01
1
find not working properly
...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 overriden the primary key in certain ways. (not the
s...