]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/router.rb
Merge remote-tracking branch 'openstreetmap/pull/954'
[rails.git] / config / initializers / router.rb
index a1e6bbf3897a8058f43a7c32e5de6e0c78d732a5..2987e424af8a5f282df92cb6312207e39dd11049 100644 (file)
@@ -6,7 +6,7 @@ module ActionDispatch
     class Router
       class Utils
         def self.normalize_path_with_encoding(path)
     class Router
       class Utils
         def self.normalize_path_with_encoding(path)
-          self.normalize_path_without_encoding(path).force_encoding("UTF-8")
+          normalize_path_without_encoding(path).force_encoding("UTF-8")
         end
 
         class << self
         end
 
         class << self