I presently have: {{ select('make', makes, 'using': ['Make'],'useEmpty': true, 'emptyText': 'Select a Make', 'emptyValue': '@') }}
I want to add a css class to the generated select. How do I do it? Which is the best way to do it?
Thanks in advance: Jonathan