aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/refinery/blog/admin/comments_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/refinery/blog/admin/comments_controller.rb')
-rw-r--r--app/controllers/refinery/blog/admin/comments_controller.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/refinery/blog/admin/comments_controller.rb b/app/controllers/refinery/blog/admin/comments_controller.rb
index ce4ac70..dd9a351 100644
--- a/app/controllers/refinery/blog/admin/comments_controller.rb
+++ b/app/controllers/refinery/blog/admin/comments_controller.rb
@@ -3,8 +3,6 @@ module Refinery
module Admin
class CommentsController < ::Refinery::AdminController
- cache_sweeper Refinery::BlogSweeper
-
crudify :'refinery/blog/comment',
:title_attribute => :name,
:order => 'published_at DESC'