Displaying 1 result from an estimated 1 matches for "fruit_types".
Did you mean:
fit_types
2008 Jul 31
2
selected value for options_from_collection_for_select
Hey,
I am trying to get a select list with a selected value in it. Even if I
put in an integer, like this,
<%= select_tag(fruit.id, "<option>No Contract</option>" +
options_from_collection_for_select(@fruit_types, "id", "kind", 3)) %>
the list still displays the first option (No Contract) in the list.
What am I doing wrong? I''ve looked all over and it looks like this
should be working.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------...