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