Namespace BlogController into Blog::BaseController

This commit is contained in:
Jamie Winsor 2011-09-19 18:48:29 -07:00
parent de4cc6b9ef
commit be7d341532
4 changed files with 19 additions and 17 deletions

View file

@ -1,6 +1,6 @@
module Refinery
module Blog
class PostsController < BlogController
class PostsController < BaseController
caches_page :index