Class: GroupedCollectionSelectInput

Inherits:
SimpleForm::Inputs::GroupedCollectionSelectInput
  • Object
show all
Defined in:
lib/generators/rolemodel/simple_form/templates/app/inputs/grouped_collection_select_input.rb

Instance Method Summary collapse

Instance Method Details

#input_html_classesObject



4
5
6
# File 'lib/generators/rolemodel/simple_form/templates/app/inputs/grouped_collection_select_input.rb', line 4

def input_html_classes
  super.push('form__dropdown')
end