Skip to content
Snippets Groups Projects
Commit f45b8888 authored by Dylan Griffith's avatar Dylan Griffith
Browse files

Remove unused User#manageable_group_projects (#41981)

parent 742d23a5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -955,10 +955,6 @@ class User < ActiveRecord::Base
Gitlab::GroupHierarchy.new(owned_and_master_groups).base_and_descendants
end
 
def manageable_group_projects
Project.where(namespace: manageable_groups)
end
def namespaces
namespace_ids = groups.pluck(:id)
namespace_ids.push(namespace.id)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment