aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/refinery/admin/blog/categories_controller.rb
diff options
context:
space:
mode:
authorMichael Gall <michael@wakeless.net>2011-09-05 15:54:57 +1000
committerMichael Gall <michael@wakeless.net>2011-09-05 15:54:57 +1000
commit6be013e0c00d8ab965ff9a7933547bfb33eaebc8 (patch)
treee9b928ef91f7b50c098fd47acfb43edab541fdf3 /app/controllers/refinery/admin/blog/categories_controller.rb
parentd8f36a41962203a45a1a9ee7d52bad92b4066ebf (diff)
downloadrefinerycms-blog-6be013e0c00d8ab965ff9a7933547bfb33eaebc8.tar.gz
refinerycms-blog-6be013e0c00d8ab965ff9a7933547bfb33eaebc8.tar.bz2
refinerycms-blog-6be013e0c00d8ab965ff9a7933547bfb33eaebc8.zip
Second commit for ::Refinery::AdminController
Diffstat (limited to 'app/controllers/refinery/admin/blog/categories_controller.rb')
-rw-r--r--app/controllers/refinery/admin/blog/categories_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/refinery/admin/blog/categories_controller.rb b/app/controllers/refinery/admin/blog/categories_controller.rb
index 7196e8f..12f22ce 100644
--- a/app/controllers/refinery/admin/blog/categories_controller.rb
+++ b/app/controllers/refinery/admin/blog/categories_controller.rb
@@ -1,7 +1,7 @@
module Refinery
module Admin
module Blog
- class CategoriesController < ::Admin::BaseController
+ class CategoriesController < ::Refinery::AdminController
crudify :'refinery/blog_category',
:title_attribute => :title,