Class: Decidim::Blogs::PostsController
- Inherits:
-
ApplicationController
- Object
- Components::BaseController
- ApplicationController
- Decidim::Blogs::PostsController
- Includes:
- Flaggable
- Defined in:
- app/controllers/decidim/blogs/posts_controller.rb
Overview
Exposes the blog resource so users can view them
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
11 |
# File 'app/controllers/decidim/blogs/posts_controller.rb', line 11 def index; end |
#show ⇒ Object
13 |
# File 'app/controllers/decidim/blogs/posts_controller.rb', line 13 def show; end |