X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dba3940571cddafefed4651e059ee6d83e7b8881..44c6fdc27340ead5e88ca60558978babf4baf2d9:/app/abilities/ability.rb diff --git a/app/abilities/ability.rb b/app/abilities/ability.rb index c34f357a9..f0cebb380 100644 --- a/app/abilities/ability.rb +++ b/app/abilities/ability.rb @@ -40,7 +40,7 @@ class Ability can [:new, :create, :reply, :show, :inbox, :outbox, :mark, :destroy], Message can [:close, :reopen], Note can [:new, :create], Report - can [:mine, :new, :create, :edit, :update, :delete], Trace + can [:mine, :new, :create, :edit, :update, :destroy], Trace can [:account, :go_public, :make_friend, :remove_friend], User if user.moderator?