select_tag(name, option_tags = nil, options = {})
Instance Public methods
Creates a dropdown selection box, or if the :multiple option
is set to true, a multiple choice selection box.
Helpers::FormOptions can be used to create common select boxes such as
countries, time zones, or associated records. option_tags is a
string containing the option tags for the select box.
Options
:multiple - If set to true the selection will allow multiple
choices.
:disabled - If set to true, the u