Method: Kiss::Form#html
- Defined in:
- lib/kiss/form.rb
#html ⇒ Object
Renders complete form HTML.
789 790 791 |
# File 'lib/kiss/form.rb', line 789 def html [opening_html, table_html, closing_html].join end |
Renders complete form HTML.
789 790 791 |
# File 'lib/kiss/form.rb', line 789 def html [opening_html, table_html, closing_html].join end |