Commit a0acaf16 authored by Nick Thomas's avatar Nick Thomas

Fix a bad merge in app/policies/group_policy.rb

parent 7f8682d9
......@@ -13,7 +13,6 @@ class GroupPolicy < BasePolicy
can_read = false
can_read ||= globally_viewable
can_read ||= member
can_read ||= @user.admin?
can_read ||= @user.auditor?
can_read ||= access_level >= GroupMember::GUEST
......
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