remove useless comment

This commit is contained in:
Jamie Winsor 2011-09-04 14:47:24 -07:00
parent 3431b15ef3
commit ba38b63370

View file

@ -3,7 +3,6 @@ module Refinery
class PostsController < BlogController
caches_page :index
# cache_sweeper Refinery::BlogSweeper, :only => [:comment]
before_filter :find_all_blog_posts, :except => [:archive]
before_filter :find_blog_post, :only => [:show, :comment, :update_nav]