Implement the ability for an Administrator or Moderator to remove an account avatar (#6998)

This commit is contained in:
Emelia Smith
2018-04-02 13:45:07 +02:00
committed by Eugen Rochko
parent 4fd71accd4
commit e7a1716701
6 changed files with 29 additions and 2 deletions

View File

@ -29,6 +29,10 @@ class AccountPolicy < ApplicationPolicy
admin?
end
def remove_avatar?
staff?
end
def subscribe?
admin?
end