Cast me sync
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class CastingCallInterviewPolicy < ApplicationPolicy
|
||||
class CastingSubmissionPolicy < ApplicationPolicy
|
||||
def index?
|
||||
true
|
||||
end
|
||||
@@ -41,7 +41,7 @@ class ProjectPolicy < ApplicationPolicy
|
||||
show?
|
||||
end
|
||||
|
||||
def show_casting_call_interview_results?
|
||||
def show_casting_submission_results?
|
||||
show?
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user