Master upstream sync

This commit is contained in:
Senad Uka
2020-07-16 18:02:45 +02:00
parent f04d34d337
commit add8304eab
50 changed files with 0 additions and 1626 deletions

View File

@@ -1,29 +0,0 @@
class CastingCallInterviewPolicy < ApplicationPolicy
def index?
true
end
def show?
true
end
def create?
true
end
def destroy?
true
end
def update?
true
end
def complete?
true
end
def download?
true
end
end

View File

@@ -1,25 +0,0 @@
class CastingCallPolicy < ApplicationPolicy
def index?
true
end
def show?
true
end
def create?
true
end
def destroy?
true
end
def update?
true
end
def cancel?
true
end
end