Merge branch 'rfc_policy'

This commit is contained in:
Sebastian Serth
2020-10-28 21:59:01 +01:00

View File

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