search for: segment_id

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

Did you mean: segment_gdt
2008 Jan 12
1
Collection_Select not showing Selected option
...t;,@productline,:id,:name) %></td> </tr> ### The controller; ### def driver_edit @drivers = CallDriver.find(params[:id]) @productline = ProductLine.find(:all) end ### And the debug results for CallDriver --- &id001 !ruby/object:CallDriver attributes: name: Billing (TV) segment_id: "1" platform_id: "1" updated_at: product_line_id: "3" id: "2" sub_product_line_id: "7" consolidation_id: "1" skill_id: "1" created_at: 2008-01-10 20:04:04 attributes_cache: {} Debug results for ProductLine; - !...