Displaying 1 result from an estimated 1 matches for "vehicleid".
Did you mean:
vehicle
2006 Jun 01
1
find not working properly
here is the input view
[code]
<form method="post" action="found">
<br>
<b>Find by</b><br/>
<b>Vehicle Number:</b><br/>
<input id="truck_vehicleID" name="truck[vehicleID]" size="20"
type="number" value=""/><br/>
</p>
<%= link_to "Find", :action => "found", :id => "@truck_vehicleID" %>
</form>
[/code]
the controller
[code]
def fo...