search for: record_flex

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

Did you mean: record_file
2006 Jul 13
1
error_messages_for
..."record_product_id" name = "record[product_id]" type="hidden" value ="<% @product.id %>" /> <input id="record_sw" name = "record[sw]",size = "40" type= "text" value =" " /> <input id="record_flex" name = "record[flex]",size = "40" type= "text" value =" " /> <input type = "submit" value = "create" /> </form> Now i know the record will save and be created just fine w/out checking ''@record.valid?'...