Method: Formbuilder::Views::Form#content
- Defined in:
- lib/formbuilder/views/form.rb
#content ⇒ Object
11 12 13 14 15 16 17 18 19 |
# File 'lib/formbuilder/views/form.rb', line 11 def content page_list if @form.multi_page? form_tag @action, method: @method, class: 'formbuilder-form', multipart: true do input type: 'hidden', name: 'page', value: @current_page render_fields actions end end |