]> git.openstreetmap.org Git - rails.git/blobdiff - app/abilities/ability.rb
Merge branch 'master' into feature/add-communities-page
[rails.git] / app / abilities / ability.rb
index ec32a4607f93dca19bf1d0ddb9efbc99e010a103..f33ce182dd6a7c7d5f9075c61d85524ee3c9fbdb 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 [:show], :dashboard
         can [:new, :create, :edit, :update, :comment, :subscribe, :unsubscribe], DiaryEntry
         can [:make_friend, :remove_friend], Friendship
         can [:new, :create, :reply, :show, :inbox, :outbox, :mark, :destroy], Message