mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix cross-references in HttpHelper methods
This commit is contained in:
parent
78ecb2485e
commit
49744bdaee
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue