Class: CollectionSelectInput
- Inherits:
-
SimpleForm::Inputs::CollectionSelectInput
- Object
- SimpleForm::Inputs::CollectionSelectInput
- CollectionSelectInput
- Defined in:
- app/inputs/collection_select_input.rb
Instance Method Summary collapse
Instance Method Details
#input_html_classes ⇒ Object
2 3 4 |
# File 'app/inputs/collection_select_input.rb', line 2 def input_html_classes (super || []).push('form-select').uniq end |