Remove erroneous form_tag option docs

This is true of the first param (url_for_options),
not of the second options param which is being
documented here.

[ci skip]
This commit is contained in:
T.J. Schuck 2014-08-22 15:22:59 -04:00
parent 60da337a00
commit 0387591c05

@ -35,7 +35,6 @@ module FormTagHelper
# This is helpful when you're fragment-caching the form. Remote forms get the
# authenticity token from the <tt>meta</tt> tag, so embedding is unnecessary unless you
# support browsers without JavaScript.
# * A list of parameters to feed to the URL the form will be posted to.
# * <tt>:remote</tt> - If set to true, will allow the Unobtrusive JavaScript drivers to control the
# submit behavior. By default this behavior is an ajax submit.
# * <tt>:enforce_utf8</tt> - If set to false, a hidden input with name utf8 is not output.