search for: truck_vehicleid

Displaying 1 result from an estimated 1 matches for "truck_vehicleid".

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...