Please tell me how I should fix this option/select menu. My poor syntax must be stopping :class =>"sign-pay-lm1" from being applied.
<span class="signup-label-paying">
<%= select "payments", "expiry_month", User::MONTH_NAMES.collect{|x| [x, User::MONTH_NAMES.index(x) + 1] }, :class =>"sign-pay-lm1" %>
</span>
Try:
Indeed
html_optionsis the last hash. See doc.