Method: Formtastic::Inputs::BooleanInput#checked_value
- Defined in:
- lib/formtastic/inputs/boolean_input.rb
#checked_value ⇒ Object
74 75 76 |
# File 'lib/formtastic/inputs/boolean_input.rb', line 74 def checked_value [:checked_value] || '1' end |