]> git.openstreetmap.org Git - rails.git/blobdiff - app/abilities/ability.rb
Move profile-related settings to their own form
[rails.git] / app / abilities / ability.rb
index b77f68be755ccf216da094f5b87f3edffc19446f..018ce00966bd295e347fe8a5d8fa9c3b9bd4701b 100644 (file)
@@ -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