Class: Archangel::RoleInput
- Inherits:
-
SimpleForm::Inputs::CollectionSelectInput
- Object
- SimpleForm::Inputs::CollectionSelectInput
- Archangel::RoleInput
- Defined in:
- app/inputs/archangel/role_input.rb
Overview
Role 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/role_input.rb', line 13 def skip_include_blank? true end |