Skip to content
Snippets Groups Projects

CE upstream

Merged Valery Sizov requested to merge ce_upstream into master
4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -7,7 +7,7 @@ def matches?(request)
id = extract_resource_path(request.path)
if id =~ Gitlab::Regex.namespace_regex
!!Group.find_by_path(id)
Group.find_by(path: id).present?
else
false
end
Loading