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.(:li, 
    template.capture(&block), 
    wrapper_html_options
  )
end