summaryrefslogtreecommitdiff
path: root/app/policies
diff options
context:
space:
mode:
authorMałgorzata Ksionek <meksionek@gmail.com>2019-03-05 10:38:09 +0100
committerMałgorzata Ksionek <meksionek@gmail.com>2019-03-05 10:38:09 +0100
commita24eabb1782785ad0bcf2460c3fff67106598b83 (patch)
tree077b22e9726e7015bf5df98c68a007f3146a253c /app/policies
parentad2f711adfe151f15f19559884cd84a8dd26e93e (diff)
downloadgitlab-ce-a24eabb1782785ad0bcf2460c3fff67106598b83.tar.gz
Resolve conflicts in group policy
Diffstat (limited to 'app/policies')
-rw-r--r--app/policies/group_policy.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/policies/group_policy.rb b/app/policies/group_policy.rb
index 298769c0eb8..e74e5f008d7 100644
--- a/app/policies/group_policy.rb
+++ b/app/policies/group_policy.rb
@@ -53,7 +53,6 @@ class GroupPolicy < BasePolicy
rule { admin }.enable :read_group
rule { has_projects }.policy do
- enable :read_group
enable :read_list
enable :read_label
end