X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cc3bccb9b3adc5f057d902a07282ed77e96ce5c2..8f7f02b025f59db466fdb22ea3686cb6c5adc400:/app/abilities/ability.rb diff --git a/app/abilities/ability.rb b/app/abilities/ability.rb index 262e92c26..3116bc5cd 100644 --- a/app/abilities/ability.rb +++ b/app/abilities/ability.rb @@ -43,7 +43,7 @@ class Ability can :update, DiaryEntry, :user => user can [:create], DiaryComment can [:show, :create, :destroy], Follow - can [:read, :create, :unmute, :destroy], Message + can [:read, :create, :destroy], Message can [:close, :reopen], Note can [:read, :update], :preference can :update, :profile