1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo in actionpack/lib/action_dispatch/routing/mapper.rb

This commit is contained in:
Yuutetu 2014-10-16 08:50:45 +09:00
parent d01fa1be31
commit 5a10b417cd

View file

@ -434,7 +434,7 @@ module ActionDispatch
#
# Because requesting various HTTP verbs with a single action has security
# implications, you must either specify the actions in
# the via options or use one of the HtttpHelpers[rdoc-ref:HttpHelpers]
# the via options or use one of the HttpHelpers[rdoc-ref:HttpHelpers]
# instead +match+
#
# === Options