aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/refinery/blog_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/refinery/blog_controller.rb')
-rw-r--r--app/controllers/refinery/blog_controller.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/controllers/refinery/blog_controller.rb b/app/controllers/refinery/blog_controller.rb
deleted file mode 100644
index 314c919..0000000
--- a/app/controllers/refinery/blog_controller.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-module Refinery
- class BlogController < ::ApplicationController
-
- include Blog::ControllerHelper
-
- helper :'refinery/blog_posts'
- before_filter :find_page, :find_all_blog_categories
-
- protected
-
- def find_page
- @page = Refinery::Page.find_by_link_url("/blog")
- end
- end
-end