Method: Presenting::FormHelpers#present_boolean_input

Defined in:
lib/presenting/form_helpers.rb

#present_boolean_input(field) ⇒ Object



26
27
28
# File 'lib/presenting/form_helpers.rb', line 26

def present_boolean_input(field)
  check_box field.name
end