Class: Decidim::Blogs::Admin::AttachmentCollectionsController
- Inherits:
-
ApplicationController
- Object
- DecidimController
- Admin::ApplicationController
- Admin::Components::BaseController
- ApplicationController
- Decidim::Blogs::Admin::AttachmentCollectionsController
- Defined in:
- decidim-blogs/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
Methods inherited from Admin::Components::BaseController
#current_component, #current_participatory_space, #parent_path, #permission_class_chain, #permission_scope, #permissions_context, #set_component_breadcrumb_item, #skip_manage_component_permission
Methods included from RegistersPermissions
Methods inherited from Admin::ApplicationController
#permission_class_chain, #permission_scope, #user_has_no_permission_path, #user_not_authorized_path
Methods included from Headers::HttpCachingDisabler
Methods included from TranslatableAttributes
Methods included from NeedsSnippets
Methods included from NeedsOrganization
enhance_controller, extended, included
Instance Method Details
#after_destroy_path ⇒ Object
11 12 13 |
# File 'decidim-blogs/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 'decidim-blogs/app/controllers/decidim/blogs/admin/attachment_collections_controller.rb', line 15 def collection_for post end |
#post ⇒ Object
19 20 21 |
# File 'decidim-blogs/app/controllers/decidim/blogs/admin/attachment_collections_controller.rb', line 19 def post @post ||= posts.find(params[:post_id]) end |