Class: Decidim::Blogs::PostsController
- Inherits:
-
ApplicationController
- Object
- DecidimController
- ApplicationController
- Components::BaseController
- ApplicationController
- Decidim::Blogs::PostsController
- Includes:
- Flaggable
- Defined in:
- decidim-blogs/app/controllers/decidim/blogs/posts_controller.rb
Overview
Exposes the blog resource so users can view them
Instance Method Summary collapse
Methods inherited from Components::BaseController
#current_component, #current_manifest, #current_participatory_space, #permission_class_chain, #permission_scope, #redirect_unless_feature_private, #share_token
Methods included from RegistersPermissions
Methods included from UserBlockedChecker
#check_user_block_status, #check_user_not_blocked
Methods included from NeedsSnippets
Methods included from HttpCachingDisabler
Methods included from HasStoredPath
#skip_store_location?, #store_current_location
Methods included from NeedsOrganization
enhance_controller, extended, included
Instance Method Details
#index ⇒ Object
11 |
# File 'decidim-blogs/app/controllers/decidim/blogs/posts_controller.rb', line 11 def index; end |
#show ⇒ Object
13 |
# File 'decidim-blogs/app/controllers/decidim/blogs/posts_controller.rb', line 13 def show; end |