I am trying to take the this current code <%= search_form.collection_select :tag_id, @tags, :id, :name %> and want to have it list vertically the tags i have. Right now it list them in a drop down menu. I am very new to ruby and rail so I am also open to any suggestion to ebooks or tutorials anyone recommends. Thanks.
I am trying to take the this current code <%= search_form.collection_select :tag_id, @tags, :id,
Share
1 Answer