]> git.openstreetmap.org Git - rails.git/blobdiff - app/abilities/ability.rb
Localisation updates from https://translatewiki.net.
[rails.git] / app / abilities / ability.rb
index 769fbca475e401ba9538ae6164cd60f84e6bf6fe..a45bf9a574ec84623d52c9d54ad19eda0c85a048 100644 (file)
@@ -42,6 +42,7 @@ class Ability
         can [:index, :new, :create, :show, :edit, :update, :destroy], :oauth2_application
         can [:index, :destroy], :oauth2_authorized_application
         can [:new, :show, :create, :destroy], :oauth2_authorization
+        can [:edit, :update], :account
         can [:show], :dashboard
         can [:new, :create, :edit, :update, :comment, :subscribe, :unsubscribe], DiaryEntry
         can [:make_friend, :remove_friend], Friendship