Class: Decidim::Blogs::Admin::AttachmentCollectionsController
- Inherits:
-
ApplicationController
- Object
- Admin::Components::BaseController
- ApplicationController
- Decidim::Blogs::Admin::AttachmentCollectionsController
- Includes:
- Admin::Concerns::HasAttachmentCollections
- Defined in:
- app/controllers/decidim/blogs/admin/attachment_collections_controller.rb
Overview
Controller that allows managing all the attachment collections for an assembly.
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#after_destroy_path ⇒ Object
11 12 13 |
# File 'app/controllers/decidim/blogs/admin/attachment_collections_controller.rb', line 11 def after_destroy_path (post, post.component, current_participatory_space) end |
#collection_for ⇒ Object
15 16 17 |
# File 'app/controllers/decidim/blogs/admin/attachment_collections_controller.rb', line 15 def collection_for post end |
#post ⇒ Object
19 20 21 |
# File 'app/controllers/decidim/blogs/admin/attachment_collections_controller.rb', line 19 def post @post ||= posts.find(params[:post_id]) end |