Initial commit
This commit is contained in:
9
app/policies/video_release_confirmation_policy.rb
Normal file
9
app/policies/video_release_confirmation_policy.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class VideoReleaseConfirmationPolicy < ApplicationPolicy
|
||||
def create?
|
||||
true
|
||||
end
|
||||
|
||||
def destroy?
|
||||
true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user