Commit eb9dcea6 authored by Rémy Coutable's avatar Rémy Coutable

Add a missing policy allowance in GroupPolicy

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 257a61e8
......@@ -40,6 +40,7 @@ class GroupPolicy < BasePolicy
rule { guest }.policy do
enable :read_group
enable :read_list
enable :upload_file
enable :read_label
end
......
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