aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/blog_controller.rb1
1 files changed, 1 insertions, 0 deletions
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