Class: Decidim::Accountability::Admin::AttachmentCollectionsController
- Inherits:
-
ApplicationController
- Object
- Decidim::Admin::Components::BaseController
- ApplicationController
- Decidim::Accountability::Admin::AttachmentCollectionsController
- Includes:
- Decidim::Admin::Concerns::HasAttachmentCollections
- Defined in:
- app/controllers/decidim/accountability/admin/attachment_collections_controller.rb
Overview
Controller that allows managing all the attachment collections for an accountability result.
Instance Method Summary collapse
Instance Method Details
#after_destroy_path ⇒ Object
12 13 14 |
# File 'app/controllers/decidim/accountability/admin/attachment_collections_controller.rb', line 12 def after_destroy_path (result, result.component, current_participatory_space) end |
#collection_for ⇒ Object
16 17 18 |
# File 'app/controllers/decidim/accountability/admin/attachment_collections_controller.rb', line 16 def collection_for result end |
#result ⇒ Object
20 21 22 |
# File 'app/controllers/decidim/accountability/admin/attachment_collections_controller.rb', line 20 def result @result ||= results.find(params[:result_id]) end |