Merge pull request #2610 from asmega/documentation

added link to url_for in documentation
This commit is contained in:
Xavier Noria
2011-08-21 09:17:47 -07:00

View File

@@ -268,7 +268,7 @@ module ActionView
# to change the HTTP verb used to submit the form.
#
# ==== Options
# The +options+ hash accepts the same options as url_for.
# The +options+ hash accepts the same options as +url_for+.
#
# There are a few special +html_options+:
# * <tt>:method</tt> - Symbol of HTTP verb. Supported verbs are <tt>:post</tt>, <tt>:get</tt>,