]> git.openstreetmap.org Git - rails.git/blobdiff - app/abilities/ability.rb
Move diary comments index action to comments controller
[rails.git] / app / abilities / ability.rb
index 3aba63c330b080bdb5b23ab9088499929ab45a86..8de756ccdafd753c525b6fe6ca41f2249ea33823 100644 (file)
@@ -18,7 +18,8 @@ class Ability
       can [:index, :feed, :show], Changeset
       can :index, ChangesetComment
       can [:confirm, :confirm_resend, :confirm_email], :confirmation
-      can [:index, :rss, :show, :comments], DiaryEntry
+      can [:index, :rss, :show], DiaryEntry
+      can :index, DiaryComment
       can [:index], Note
       can [:new, :create, :edit, :update], :password
       can [:index, :show], Redaction