remove duplicate BlogControllerHelper include
This commit is contained in:
parent
d37ef11f63
commit
c40eb83af3
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ module Refinery
|
||||||
module Blog
|
module Blog
|
||||||
class PostsController < BlogController
|
class PostsController < BlogController
|
||||||
|
|
||||||
include BlogControllerHelper
|
|
||||||
|
|
||||||
caches_page :index
|
caches_page :index
|
||||||
|
|
||||||
before_filter :find_all_blog_posts, :except => [:archive]
|
before_filter :find_all_blog_posts, :except => [:archive]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue