aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorGaurish Sharma <contact@gaurishsharma.com>2013-04-30 23:11:17 +0530
committerGaurish Sharma <contact@gaurishsharma.com>2013-04-30 23:11:17 +0530
commit6d2a77ea0d3a5db1cc1195df7429d0043c775896 (patch)
treefe27ada24884118b140b56366abc837b6bef5098 /actionpack/lib
parent1e5ee397ff371720cc50fe6445b8f9f0a4cdbffc (diff)
downloadrails-6d2a77ea0d3a5db1cc1195df7429d0043c775896.tar.gz
rails-6d2a77ea0d3a5db1cc1195df7429d0043c775896.tar.bz2
rails-6d2a77ea0d3a5db1cc1195df7429d0043c775896.zip
Rack::Mount was replaced by Journey, Fixed comment
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_dispatch/routing/mapper.rb2
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)