Class: Blog::BlogsController

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

Instance Method Summary collapse

Instance Method Details

#sectionObject



5
6
7
# File 'app/controllers/blog/blogs_controller.rb', line 5

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