Sha256: a6541d992c514e99e072099308b602d94e3495d63a92b7dcde6a0f5b5302b555
Contents?: true
Size: 372 Bytes
Versions: 27
Compression:
Stored size: 372 Bytes
Contents
# frozen_string_literal: true module Decidim module Initiatives 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 InitiativeAdmin end end end end
Version data entries
27 entries across 27 versions & 1 rubygems