aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorJamie Winsor <jamie@enmasse.com>2011-09-19 18:43:09 -0700
committerJamie Winsor <jamie@enmasse.com>2011-09-19 18:43:09 -0700
commitde4cc6b9efdba3e1eeb398f01a46331b80895314 (patch)
treebf08680f5029180fde7fe3aa38d05d34a8ac83af /app/controllers
parentc40eb83af3c85e15314fab75cf66e2ffe3ab2ed7 (diff)
downloadrefinerycms-blog-de4cc6b9efdba3e1eeb398f01a46331b80895314.tar.gz
refinerycms-blog-de4cc6b9efdba3e1eeb398f01a46331b80895314.tar.bz2
refinerycms-blog-de4cc6b9efdba3e1eeb398f01a46331b80895314.zip
Namespace BlogControllerHelper to Blog::ControllerHelper
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/refinery/blog_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/refinery/blog_controller.rb b/app/controllers/refinery/blog_controller.rb
index b875b44..314c919 100644
--- a/app/controllers/refinery/blog_controller.rb
+++ b/app/controllers/refinery/blog_controller.rb
@@ -1,7 +1,7 @@
module Refinery
class BlogController < ::ApplicationController
- include BlogControllerHelper
+ include Blog::ControllerHelper
helper :'refinery/blog_posts'
before_filter :find_page, :find_all_blog_categories