X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b0cf1940e1511c6515a855c7428b6df903eef79e..361dcbb1dfd05c09034ed92da9bbf4305fcb8da9:/app/abilities/ability.rb?ds=inline 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