Updated policies

This commit is contained in:
2024-09-18 07:16:20 +02:00
parent bf87e09bc6
commit ace50699fb
5 changed files with 15 additions and 16 deletions

View File

@@ -1,18 +1,6 @@
class Operator::JobPolicy < ApplicationPolicy
pre_check :allow_operators
def index?
end
def update?
end
def increment_page?
end
def decrement_page?
end
private
def allow_operators