# Some versions of ruby seem to accidentally force the encoding
# as part of normalize_path and some don't
-module OSM
+module OpenStreetMap
module Router
module ForceEncoding
def normalize_path(path)
end
end
-ActionDispatch::Journey::Router::Utils.singleton_class.prepend(OSM::Router::ForceEncoding)
+ActionDispatch::Journey::Router::Utils.singleton_class.prepend(OpenStreetMap::Router::ForceEncoding)