how to add a class to country_select field

I'm not sure, I've been just doing: <%=country_select 'user', 'country', nil, {}, {:class=>'some-class'} %>

but I'm hoping there's a nicer way. If there isn't, you could always create your own helper which uses the existing one.