aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/form_tag_helper.rb
diff options
context:
space:
mode:
authorT.J. Schuck <tj@getharvest.com>2014-08-22 15:22:59 -0400
committerT.J. Schuck <tj@getharvest.com>2014-08-22 15:22:59 -0400
commit0387591c0528307cc664ad75697e683f2a3d9e80 (patch)
tree20e014a19aebb4993bae50c88bbcd07b4396286f /actionview/lib/action_view/helpers/form_tag_helper.rb
parent60da337a004faabf105639fd1b7f52fae0fc0f39 (diff)
downloadrails-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/lib/action_view/helpers/form_tag_helper.rb')
-rw-r--r--actionview/lib/action_view/helpers/form_tag_helper.rb1
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.