Apply changes from team members in own editor
This commit is contained in:

committed by
Sebastian Serth

parent
69ba7270dd
commit
89afb599e4
@ -8,4 +8,8 @@ class ProgrammingGroupPolicy < ApplicationPolicy
|
||||
def create?
|
||||
everyone
|
||||
end
|
||||
|
||||
def stream_sync_editor?
|
||||
admin? || author_in_programming_group?
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user