X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8cf77a2f360266787360da369fb5d701d83f842f..cc3bccb9b3adc5f057d902a07282ed77e96ce5c2:/app/abilities/ability.rb diff --git a/app/abilities/ability.rb b/app/abilities/ability.rb index d4172bfd1..262e92c26 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, :unmute, :destroy], Message can [:close, :reopen], Note can [:read, :update], :preference can :update, :profile