Class: CollectionSelectInput

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

Overview

SimpleForm input wrapper: collection select.

Instance Method Summary collapse

Instance Method Details

#input_html_classesObject



4
5
6
# File 'app/inputs/collection_select_input.rb', line 4

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