Updated policies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user