search for: field_name_2

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

Did you mean: field_name_
2006 Apr 27
3
collection_select to display 2 fields
...not when trying to concatenate 2. Any help is appreciated! My code is below: this works: <%=collection_select(:model_name, :field_name, @queryname, :id, :field_name_1)%> this doesn''t work: <%=collection_select(:model_name, :field_name, @queryname, :id, :field_name_1 & :field_name_2 )%> -- Posted via http://www.ruby-forum.com/.