diff options
author | T.J. Schuck <tj@getharvest.com> | 2014-08-22 15:22:59 -0400 |
---|---|---|
committer | T.J. Schuck <tj@getharvest.com> | 2014-08-22 15:22:59 -0400 |
commit | 0387591c0528307cc664ad75697e683f2a3d9e80 (patch) | |
tree | 20e014a19aebb4993bae50c88bbcd07b4396286f /actionview | |
parent | 60da337a004faabf105639fd1b7f52fae0fc0f39 (diff) | |
download | rails-0387591c0528307cc664ad75697e683f2a3d9e80.tar.gz rails-0387591c0528307cc664ad75697e683f2a3d9e80.tar.bz2 rails-0387591c0528307cc664ad75697e683f2a3d9e80.zip |
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]
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/lib/action_view/helpers/form_tag_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/form_tag_helper.rb b/actionview/lib/action_view/helpers/form_tag_helper.rb index 050c27e239..7d1cdc5a68 100644 --- a/actionview/lib/action_view/helpers/form_tag_helper.rb +++ b/actionview/lib/action_view/helpers/form_tag_helper.rb @@ -35,7 +35,6 @@ module ActionView # 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. |