# File lib/Borges/HTML/HtmlRenderer.rb, line 163
  def open_form
    @attributes[:method] = 'POST'
    @attributes[:action] = @action_url
    open_tag(:form)
  end