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