Method: FunHtml::AttributeDefinitions#action
- Defined in:
- lib/fun_html/attribute_definitions.rb
#action(value) ⇒ Object
URL where form data is submitted
13 14 |
# File 'lib/fun_html/attribute_definitions.rb', line 13 def action(value) = write(' action="', value) # Alignment of content |