Method: Formtastic::Actions::Base#wrapper
- Defined in:
- lib/formtastic/actions/base.rb
#wrapper(&block) ⇒ Object
24 25 26 27 28 29 |
# File 'lib/formtastic/actions/base.rb', line 24 def wrapper(&block) template.content_tag(:li, template.capture(&block), ) end |