I need to create a select box from the values available in a Hash.
For instance, I have a \'thing\' and the \'thing\' has a variety of status fields:
1 =
The select helper method will accept a hash in the form { text_displayed_in_select => select_value }, so you'll probably want to invert that hash.
{ text_displayed_in_select => select_value }