X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9b8f2bbcbe2ce3a60919e6a0adcca2865f176090..caf2e2a242182f2c0dac78fc3f2f39b3fbbc8299:/app/abilities/ability.rb diff --git a/app/abilities/ability.rb b/app/abilities/ability.rb index b77f68be7..018ce0096 100644 --- a/app/abilities/ability.rb +++ b/app/abilities/ability.rb @@ -47,6 +47,7 @@ class Ability can [:new, :create, :reply, :show, :inbox, :outbox, :mark, :destroy], Message can [:close, :reopen], Note can [:show, :edit, :update], :preference + can [:edit, :update], :profile can [:new, :create], Report can [:mine, :new, :create, :edit, :update, :destroy], Trace can [:account, :go_public], User