From 9bff563c4f1de5cefb6b045c4b412f6a1b81268e Mon Sep 17 00:00:00 2001 From: djones Date: Mon, 22 Nov 2010 16:35:57 +1300 Subject: include the blog helper in all blog front end controllers. Also fix kend error on show.html.erb for front end blog viewing --- app/controllers/blog_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers') diff --git a/app/controllers/blog_controller.rb b/app/controllers/blog_controller.rb index 0931cbd..2efeaa4 100644 --- a/app/controllers/blog_controller.rb +++ b/app/controllers/blog_controller.rb @@ -1,5 +1,6 @@ class BlogController < ApplicationController + helper :blog_posts before_filter :find_page, :find_all_blog_categories protected -- cgit v1.2.3