"lib/gitlab/backend/shell.rb" did not exist on "8b54b7233ef58a2a39da9777dbeab59b4024cc75"
Select Git revision
route.rb
-
Robert Speicher authored
It was possible for the `routes.name` field to be `NULL`, causing `name_was` to be `nil` after a rename, resulting a bad first argument to `sub` when attempting to rename descendants. This change adds a condition to make sure `name_was` is present before attempting the descendant update.
Robert Speicher authoredIt was possible for the `routes.name` field to be `NULL`, causing `name_was` to be `nil` after a rename, resulting a bad first argument to `sub` when attempting to rename descendants. This change adds a condition to make sure `name_was` is present before attempting the descendant update.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.