Commit 75ceafec authored by Alper Akgun's avatar Alper Akgun Committed by Matthias Käppler

Remove unused without_project_bots scope

parent 6666475e
......@@ -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