collection_select(object, method, collection, value_method, text_method, options = {}, html_options = {})
Instance Public methods
Returns <select> and <option> tags
for the collection of existing return values of method for
object's class. The value returned from calling
method on the instance object will be selected.
If calling method returns nil, no selection is
made without including :prompt or :include_blank
in the options hash.
The :value_method and :text_method pa