The problem is the data is ordered alphabetically so the drop down
gives the options no, yes:
� Select �
No
Yes
instead of:
� Select �
Yes
No
Any thoughts?
Many thanks,
Mike
Hashes don’t guarantee any particular order. Not sure if rails is
sorting the hash by key as you suggest. Maybe try array of arrays.
Ordinarily I’d expect the order to be maintained since its an array, but
I’m not sure: