Class: Decidim::ParticipatoryProcesses::Admin::ParticipatoryProcessAttachmentCollectionsController

Inherits:
Admin::ApplicationController
  • Object
show all
Includes:
Concerns::ParticipatoryProcessAdmin, Admin::Concerns::HasAttachmentCollections
Defined in:
decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_attachment_collections_controller.rb

Overview

Controller that allows managing all the attachment collections for a participatory process.

Instance Method Summary collapse

Methods inherited from Admin::ApplicationController

#permission_class_chain, #permission_scope, #user_has_no_permission_path, #user_not_authorized_path

Methods included from HttpCachingDisabler

#disable_http_caching

Methods included from NeedsSnippets

#snippets

Methods included from NeedsOrganization

enhance_controller, extended, included

Instance Method Details

#after_destroy_pathObject


13
14
15
# File 'decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_attachment_collections_controller.rb', line 13

def after_destroy_path
  participatory_process_attachment_collections_path(current_participatory_process)
end

#collection_forObject


17
18
19
# File 'decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_attachment_collections_controller.rb', line 17

def collection_for
  current_participatory_process
end