grouped_collection_select(object, method, collection, group_method, group_label_method, option_key_method, option_value_method, options = {}, html_options = {})
Instance Public methods
Returns <select>, <optgroup> 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