Sha256: 766e11f56a9323f30935f9aa643e19b853b850f74aa2be4597671ebe5a9ebad3
Contents?: true
Size: 486 Bytes
Versions: 4
Compression:
Stored size: 486 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryProcesses module Admin class ParticipatoryProcessExportsController < Decidim::Admin::ApplicationController include Concerns::ParticipatoryProcessAdmin include Decidim::Admin::ParticipatorySpaceExport def exportable_space current_participatory_process end def after_export_path participatory_processes_path end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems