aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/refinery/blog/admin
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/refinery/blog/admin')
-rw-r--r--app/controllers/refinery/blog/admin/comments_controller.rb2
-rw-r--r--app/controllers/refinery/blog/admin/posts_controller.rb2
2 files changed, 0 insertions, 4 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'
diff --git a/app/controllers/refinery/blog/admin/posts_controller.rb b/app/controllers/refinery/blog/admin/posts_controller.rb
index cbde2f8..b5d7e63 100644
--- a/app/controllers/refinery/blog/admin/posts_controller.rb
+++ b/app/controllers/refinery/blog/admin/posts_controller.rb
@@ -3,8 +3,6 @@ module Refinery
module Admin
class PostsController < ::Refinery::AdminController
- cache_sweeper Refinery::BlogSweeper
-
crudify :'refinery/blog/post',
:order => 'published_at DESC',
:include => [:translations]