Method: Kiss::Form#sections_html

Defined in:
lib/kiss/form.rb

#sections_htmlObject Also known as: components_html, fields_html

Renders HTML for form sections.



569
570
571
572
573
# File 'lib/kiss/form.rb', line 569

def sections_html
  sections.map do |section|
    section.html
  end.join
end