Add missing policies

This commit is contained in:
Sebastian Serth
2020-10-28 21:48:48 +01:00
parent 9cd8ca2013
commit 20a9350b35

View File

@ -34,4 +34,12 @@ class RequestForCommentPolicy < ApplicationPolicy
def create_comment_exercise? def create_comment_exercise?
everyone everyone
end end
def get_my_comment_requests?
everyone
end
def get_rfcs_with_my_comments?
everyone
end
end end