fix cross-references in HttpHelper methods

This commit is contained in:
Jonathan Dance + Gabriel Horner
2011-01-28 16:55:21 -05:00
parent 78ecb2485e
commit 49744bdaee

View File

@@ -349,7 +349,7 @@ module ActionDispatch
module HttpHelpers
# Define a route that only recognizes HTTP GET.
# For supported arguments, see +match+.
# For supported arguments, see <tt>Base#match</tt>.
#
# Example:
#
@@ -359,7 +359,7 @@ module ActionDispatch
end
# Define a route that only recognizes HTTP POST.
# For supported arguments, see +match+.
# For supported arguments, see <tt>Base#match</tt>.
#
# Example:
#
@@ -369,7 +369,7 @@ module ActionDispatch
end
# Define a route that only recognizes HTTP PUT.
# For supported arguments, see +match+.
# For supported arguments, see <tt>Base#match</tt>.
#
# Example:
#
@@ -379,7 +379,7 @@ module ActionDispatch
end
# Define a route that only recognizes HTTP PUT.
# For supported arguments, see +match+.
# For supported arguments, see <tt>Base#match</tt>.
#
# Example:
#