Skip to navigation
How to create a section box with a selected options in rails?
07.12.13
<%=select("product", "category_id", Category.find(:all).collect {|p| [ p.name, p.id ] },{:selected => 16 }, { :include_blank => true }) %> make sure that the selected value is a integer.
Reply
Anonymous
How to create a section box with a selected options in rails?
<%=select("product", "category_id", Category.find(:all).collect {|p| [ p.name, p.id ] },{:selected => 16 }, { :include_blank => true }) %> make sure that the selected value is a integer.
07.12.13
Reply
Anonymous
Information Epoch 1732375742
Use software leverage to your advantage.
Home
Notebook
Contact us