Fixes for the rename reserved paths helpers
Compare changes
Files
2- Bob Van Landuyt :neckbeard: authored
The only path we need to rename is the exact match `old_path` and child matches `old_path/%` instead of `old_path` wich would rename routes that just look similar.
@@ -41,7 +41,9 @@ module Gitlab