Commit f45b8888 authored by Dylan Griffith's avatar Dylan Griffith

Remove unused User#manageable_group_projects (#41981)

parent 742d23a5
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment