Class: BooleanInput

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

Instance Method Summary collapse

Instance Method Details

#skip_include_blank?Boolean

Returns:



2
3
4
# File 'app/inputs/boolean_input.rb', line 2

def skip_include_blank?
    true
end