Class: Blog::PostsController

Inherits:
Wheelhouse::ResourceController
  • Object
show all
Defined in:
app/controllers/blog/posts_controller.rb

Instance Method Summary collapse

Instance Method Details

#sectionObject



8
9
10
# File 'app/controllers/blog/posts_controller.rb', line 8

def section
  Blog::Plugin.config.wheelhouse.blog.sections ? @blog.label : super
end