There’s a couple of different options you have. options_from_collection_for_select or select, itself. You might want to go over the API [ http://api.rubyonrails.org/classes/ActionView/Helpers/FormOptionsHelper.html ] to see which one suits your needs best but it looks like either of them will get you where you need.
RSL