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:
parent
d01fa1be31
commit
5a10b417cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue