X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/84a3a41531cd283ddfe5a86de1a0656c8cdd2185..2cfc030bbac65d8cb687ee17e6fbf18ffa5ea2cc:/app/abilities/ability.rb diff --git a/app/abilities/ability.rb b/app/abilities/ability.rb index d4172bfd1..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, :mark, :unmute, :destroy], Message + can [:read, :create, :destroy], Message can [:close, :reopen], Note can [:read, :update], :preference can :update, :profile