Sha256: 6cab091868962bbb7b1c190f984057ea32fe64c431a698bd120325d0b0cbb7b4

Contents?: true

Size: 337 Bytes

Versions: 5

Compression:

Stored size: 337 Bytes

Contents

module Refinery
  module Blog
    class BlogController < ::ApplicationController

      include 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
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
refinerycms-blog-2.0.4 app/controllers/refinery/blog/blog_controller.rb
refinerycms-blog-2.0.3 app/controllers/refinery/blog/blog_controller.rb
refinerycms-blog-2.0.2 app/controllers/refinery/blog/blog_controller.rb
refinerycms-blog-2.0.1 app/controllers/refinery/blog/blog_controller.rb
refinerycms-blog-2.0.0 app/controllers/refinery/blog/blog_controller.rb