Sha256: b0725ad13d32e9dd168cf6180966b3476464c5549d51b3961eb5bbed98f57cb4
Contents?: true
Size: 659 Bytes
Versions: 68
Compression:
Stored size: 659 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryProcesses module Admin # Controller that allows importing participatory process private users # on participatory processes class ParticipatorySpacePrivateUsersCsvImportsController < Decidim::Admin::ApplicationController include Concerns::ParticipatoryProcessAdmin include Decidim::Admin::Concerns::HasPrivateUsersCsvImport def after_import_path participatory_space_private_users_path(current_participatory_process) end def privatable_to current_participatory_process end end end end end
Version data entries
68 entries across 68 versions & 1 rubygems