method

css_class_attribute

css_class_attribute(type, html_options_class, options)
private

Builds the css class value for the select element

css_class_attribute(:year, 'date optional', { year: 'my-year' })
=> "date optional my-year"