diff options
author | Gaurish Sharma <contact@gaurishsharma.com> | 2013-04-30 23:11:17 +0530 |
---|---|---|
committer | Gaurish Sharma <contact@gaurishsharma.com> | 2013-04-30 23:11:17 +0530 |
commit | 6d2a77ea0d3a5db1cc1195df7429d0043c775896 (patch) | |
tree | fe27ada24884118b140b56366abc837b6bef5098 /actionpack/lib/action_dispatch | |
parent | 1e5ee397ff371720cc50fe6445b8f9f0a4cdbffc (diff) | |
download | rails-6d2a77ea0d3a5db1cc1195df7429d0043c775896.tar.gz rails-6d2a77ea0d3a5db1cc1195df7429d0043c775896.tar.bz2 rails-6d2a77ea0d3a5db1cc1195df7429d0043c775896.zip |
Rack::Mount was replaced by Journey, Fixed comment
Diffstat (limited to 'actionpack/lib/action_dispatch')
-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 1611812ab4..c3fd0c18ec 100644 --- a/actionpack/lib/action_dispatch/routing/mapper.rb +++ b/actionpack/lib/action_dispatch/routing/mapper.rb @@ -299,7 +299,7 @@ module ActionDispatch end end - # Invokes Rack::Mount::Utils.normalize path and ensure that + # Invokes Journey::Router::Utils.normalize_path and ensure that # (:locale) becomes (/:locale) instead of /(:locale). Except # for root cases, where the latter is the correct one. def self.normalize_path(path) |