method
form_tag_html
rails latest stable - Class:
ActionView::Helpers::FormTagHelper
form_tag_html(html_options)private
No documentation available.
# File actionview/lib/action_view/helpers/form_tag_helper.rb, line 1008
def form_tag_html(html_options)
extra_tags = extra_tags_for_form(html_options)
html = tag(:form, html_options, true) + extra_tags
prevent_content_exfiltration(html)
end