Second commit for ::Refinery::AdminController

This commit is contained in:
Michael Gall 2011-09-05 15:54:57 +10:00
parent d8f36a4196
commit 6be013e0c0
4 changed files with 4 additions and 4 deletions

View file

@ -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,

View file

@ -1,7 +1,7 @@
module Refinery
module Admin
module Blog
class CommentsController < ::Admin::BaseController
class CommentsController < ::Refinery::AdminController
cache_sweeper Refinery::BlogSweeper

View file

@ -1,7 +1,7 @@
module Refinery
module Admin
module Blog
class PostsController < ::Admin::BaseController
class PostsController < ::Refinery::AdminController
cache_sweeper Refinery::BlogSweeper

View file

@ -1,7 +1,7 @@
module Refinery
module Admin
module Blog
class SettingsController < ::Admin::BaseController
class SettingsController < ::Refinery::AdminController
def notification_recipients
@recipients = Refinery::BlogComment::Notification.recipients