Class: EnumHelp::SimpleForm::EnumInput

Inherits:
SimpleForm::Inputs::CollectionSelectInput
  • Object
show all
Includes:
InputExtension
Defined in:
lib/enum_help/simple_form.rb

Instance Method Summary collapse

Methods included from InputExtension

#initialize

Instance Method Details

#input_html_classesObject



61
62
63
# File 'lib/enum_help/simple_form.rb', line 61

def input_html_classes
  super.push('form-control')
end