aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/blog_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/blog_controller.rb')
-rw-r--r--app/controllers/blog_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/blog_controller.rb b/app/controllers/blog_controller.rb
index 2efeaa4..f51d5bb 100644
--- a/app/controllers/blog_controller.rb
+++ b/app/controllers/blog_controller.rb
@@ -1,5 +1,5 @@
class BlogController < ApplicationController
-
+
helper :blog_posts
before_filter :find_page, :find_all_blog_categories
@@ -13,4 +13,4 @@ protected
@blog_categories = BlogCategory.all
end
-end \ No newline at end of file
+end