Method: Formtastic::Inputs::BooleanInput#label_with_nested_checkbox
- Defined in:
- lib/formtastic/inputs/boolean_input.rb
#label_with_nested_checkbox ⇒ Object
47 48 49 50 51 52 53 |
# File 'lib/formtastic/inputs/boolean_input.rb', line 47 def label_with_nested_checkbox builder.label( method, , ) end |