Commit 13827375 authored by Matthias Käppler's avatar Matthias Käppler

Merge branch '337432-remove-unused-without_project_bots-scope' into 'master'

Remove unused without_project_bots scope

See merge request gitlab-org/gitlab!67327
parents 64daeedc 75ceafec
......@@ -19,11 +19,6 @@ class ProjectMember < Member
.where(projects: { namespace_id: groups.select(:id) })
end
scope :without_project_bots, -> do
left_join_users
.merge(User.without_project_bot)
end
class << self
# Add users to projects with passed access option
#
......
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