Sha256: dd6f472cccbc77d87d53111768df1ce38e23725c98f3981e94deb2eea56e4d4a
Contents?: true
Size: 403 Bytes
Versions: 122
Compression:
Stored size: 403 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryProcesses module Admin # This controller allows exporting things. # It is targeted for customizations for exporting things that lives under # a participatory process. class ExportsController < Decidim::Admin::ExportsController include Concerns::ParticipatoryProcessAdmin end end end end
Version data entries
122 entries across 122 versions & 2 rubygems