diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-10-15 19:02:27 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-10-15 19:02:27 -0500 |
commit | e01f1b3406057d48ee2742a80e909821cb8e5d43 (patch) | |
tree | 6b21b75d5ded741e907f04fe5777ff5d44c42735 /actionpack | |
parent | d01fa1be3148ba45de6135ba98b4bb369d58addd (diff) | |
parent | 5a10b417cde921acd6cef981f25fddc2983b7b71 (diff) | |
download | rails-e01f1b3406057d48ee2742a80e909821cb8e5d43.tar.gz rails-e01f1b3406057d48ee2742a80e909821cb8e5d43.tar.bz2 rails-e01f1b3406057d48ee2742a80e909821cb8e5d43.zip |
Merge pull request #17277 from yuutetu/fix_type_in_routing_mapper
Fix typo in actionpack/lib/action_dispatch/routing/mapper.rb [ci-skip]
Diffstat (limited to 'actionpack')
-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 |