Method: Effective::FormInputs::FormGroup#build_input
- Defined in:
- app/models/effective/form_inputs/form_group.rb
#build_input(&block) ⇒ Object
5 6 7 |
# File 'app/models/effective/form_inputs/form_group.rb', line 5 def build_input(&block) content_tag(:label, (name || ' ').html_safe) + capture(&block) end |