Class: CollectionSelectInput

Inherits:
SimpleForm::Inputs::CollectionSelectInput
  • Object
show all
Defined in:
app/inputs/collection_select_input.rb

Instance Method Summary collapse

Instance Method Details

#input_html_classesObject



2
3
4
# File 'app/inputs/collection_select_input.rb', line 2

def input_html_classes
  (super || []).push('form-select').uniq
end