Module: FormHelper
- Defined in:
- app/helpers/form_helper.rb
Instance Method Summary collapse
Instance Method Details
#button_group(&block) ⇒ Object
10 11 12 |
# File 'app/helpers/form_helper.rb', line 10 def (&block) content_tag(:div, :class => 'buttons', &block) end |
#column(&block) ⇒ Object
6 7 8 |
# File 'app/helpers/form_helper.rb', line 6 def column(&block) content_tag(:div, :class => 'column', &block) end |
#fieldset(&block) ⇒ Object
2 3 4 |
# File 'app/helpers/form_helper.rb', line 2 def fieldset(&block) content_tag(:fieldset, &block) end |