allow user to star/unstar broadcast recordings
This commit is contained in:
@@ -3,7 +3,11 @@ class BroadcastRecordingPolicy < ApplicationPolicy
|
||||
if user.nil? || user.user.nil?
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
user.manager? || user.account_manager?
|
||||
end
|
||||
|
||||
def update?
|
||||
destroy?
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user