Class: Archangel::ThemeInput
- Inherits:
-
SimpleForm::Inputs::CollectionSelectInput
- Object
- SimpleForm::Inputs::CollectionSelectInput
- Archangel::ThemeInput
- Defined in:
- app/inputs/archangel/theme_input.rb
Overview
Theme select custom input for SimpleForm
Instance Method Summary collapse
-
#skip_include_blank? ⇒ Boolean
Do not include blank select option.
Instance Method Details
#skip_include_blank? ⇒ Boolean
Do not include blank select option
13 14 15 |
# File 'app/inputs/archangel/theme_input.rb', line 13 def skip_include_blank? true end |