Displaying 1 result from an estimated 1 matches for "test_bo".
Did you mean:
  test_bc
  
2008 Apr 28
2
The name/id of the select tag generated by rails
...r_id".
However, according to the documentation you must specify a "object" and
a "method".
For example:
<%= collection_select ''test'', ''boing'', @users, ''id'', ''name'' %>
Outputs:
<select id="test_boing" name="test[boing]">
  <option value="1">Rasmus</option>
  <option value="2">Dennis</option>
</select>
This just doesn''t make any sense to. How come I can''t set the name of
the select tag to for example '&...