]> git.openstreetmap.org Git - rails.git/blobdiff - app/abilities/ability.rb
Rework user#set_status and #delete to avoid GET requests
[rails.git] / app / abilities / ability.rb
index 5b1d7df68546210f7bacfc35853ff97b177efc33..e72b4e85b64d55e6787cca9604c2dca29e0e3c78 100644 (file)
@@ -56,7 +56,7 @@ class Ability
           can [:hide, :unhide, :hidecomment, :unhidecomment], DiaryEntry
           can [:index, :show, :resolve, :ignore, :reopen], Issue
           can :create, IssueComment
-          can [:set_status, :delete, :index], User
+          can [:set_status, :destroy, :index], User
           can [:grant, :revoke], UserRole
         end
       end