private Method

FormTagHelper.form_tag_html(html_options)

There's no documentation for this item.

Source Code

# File action_view/helpers/form_tag_helper.rb, line 429
def form_tag_html(html_options)
  extra_tags = extra_tags_for_form(html_options)
  tag(:form, html_options, true) + extra_tags
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.