Class: Blog::BlogsController
- Inherits:
-
Wheelhouse::ResourceController
- Object
- Wheelhouse::ResourceController
- Blog::BlogsController
- Defined in:
- app/controllers/blog/blogs_controller.rb
Instance Method Summary collapse
Instance Method Details
#section ⇒ Object
5 6 7 |
# File 'app/controllers/blog/blogs_controller.rb', line 5 def section Blog::Plugin.config.wheelhouse.blog.sections ? @blog.label : super end |