aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWen-Tien Chang <ihower@gmail.com>2012-02-01 00:09:26 +0800
committerWen-Tien Chang <ihower@gmail.com>2012-02-01 00:09:26 +0800
commit858efc9cbdec47888a4056cf82238605d825b542 (patch)
tree8139c82934c232bf005b8268a412b43b53b16a50
parent40b218977ecf171852f6b00587b77602edf180de (diff)
downloadrails-858efc9cbdec47888a4056cf82238605d825b542.tar.gz
rails-858efc9cbdec47888a4056cf82238605d825b542.tar.bz2
rails-858efc9cbdec47888a4056cf82238605d825b542.zip
Fix typo in routing documentation
-rw-r--r--actionpack/lib/action_dispatch/routing/mapper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index e2d7a29079..a17a39bed3 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -491,7 +491,7 @@ module ActionDispatch
map_method(:put, args, &block)
end
- # Define a route that only recognizes HTTP PUT.
+ # Define a route that only recognizes HTTP DELETE.
# For supported arguments, see <tt>Base#match</tt>.
#
# Example: