From 261a3601b9de03a9622d9b0f406b310b3a804a6e Mon Sep 17 00:00:00 2001 From: Andy Gray Date: Tue, 31 Jul 2012 08:49:45 +1200 Subject: Removed page caching on posts, and the associated sweeper --- app/controllers/refinery/blog/admin/comments_controller.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/controllers/refinery/blog/admin/comments_controller.rb') 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' -- cgit v1.2.3