I\'m using Rails 3.2.0.rc2. I\'ve got a Model, in which I have a static Array which I\'m offering up through a form such that users may se
Model
Array
Use jQuery:
$('select option:empty').remove();
Option to remove blank options from drop down.