Sha256: 7b5de891b02d9566a8b734102f1367f3eb7943a20b4864bd7b09459b8e8a89a7
Contents?: true
Size: 677 Bytes
Versions: 72
Compression:
Stored size: 677 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryProcesses module Admin # Controller that allows managing all the attachment collections for # a participatory process. # class ParticipatoryProcessAttachmentCollectionsController < Decidim::Admin::ApplicationController include Decidim::Admin::Concerns::HasAttachmentCollections include Concerns::ParticipatoryProcessAdmin def after_destroy_path participatory_process_attachment_collections_path(current_participatory_process) end def collection_for current_participatory_process end end end end end
Version data entries
72 entries across 72 versions & 1 rubygems