aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/refinery/blog/categories_controller.rb
diff options
context:
space:
mode:
authorJamie Winsor <jamie@enmasse.com>2011-09-19 18:48:29 -0700
committerJamie Winsor <jamie@enmasse.com>2011-09-19 18:48:29 -0700
commitbe7d341532c0e5fc92d2822eea924956ab704d54 (patch)
treee613ab144b4295073aef9f1a78d45a16119feae4 /app/controllers/refinery/blog/categories_controller.rb
parentde4cc6b9efdba3e1eeb398f01a46331b80895314 (diff)
downloadrefinerycms-blog-be7d341532c0e5fc92d2822eea924956ab704d54.tar.gz
refinerycms-blog-be7d341532c0e5fc92d2822eea924956ab704d54.tar.bz2
refinerycms-blog-be7d341532c0e5fc92d2822eea924956ab704d54.zip
Namespace BlogController into Blog::BaseController
Diffstat (limited to 'app/controllers/refinery/blog/categories_controller.rb')
-rw-r--r--app/controllers/refinery/blog/categories_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/refinery/blog/categories_controller.rb b/app/controllers/refinery/blog/categories_controller.rb
index 57196c3..80e54d9 100644
--- a/app/controllers/refinery/blog/categories_controller.rb
+++ b/app/controllers/refinery/blog/categories_controller.rb
@@ -1,6 +1,6 @@
module Refinery
module Blog
- class CategoriesController < BlogController
+ class CategoriesController < BaseController
def show
@category = Refinery::BlogCategory.find(params[:id])