Displaying 1 result from an estimated 1 matches for "selected_distance".
2007 May 10
0
options_for_select helper is also mess....
I am ''trying'' to use ''options_for_select''
<select name="selected_distance" id="selected_distance"
style="width:8%;">
<%= options_for_select(["2", "5", "10", "15", "25" ], @selected_distance
) %>
</select>
which generates the html....
<select name="selected_distance" i...