diff options
author | Yuutetu <yuutetu@gmail.com> | 2014-10-16 08:50:45 +0900 |
---|---|---|
committer | Yuutetu <yuutetu@gmail.com> | 2014-10-16 08:50:45 +0900 |
commit | 5a10b417cde921acd6cef981f25fddc2983b7b71 (patch) | |
tree | 6b21b75d5ded741e907f04fe5777ff5d44c42735 /actionpack/lib | |
parent | d01fa1be3148ba45de6135ba98b4bb369d58addd (diff) | |
download | rails-5a10b417cde921acd6cef981f25fddc2983b7b71.tar.gz rails-5a10b417cde921acd6cef981f25fddc2983b7b71.tar.bz2 rails-5a10b417cde921acd6cef981f25fddc2983b7b71.zip |
Fix typo in actionpack/lib/action_dispatch/routing/mapper.rb
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/routing/mapper.rb | 2 |
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 fc28740828..a121fef663 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -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 |