Sha256: 4fd7e4ab51ca47cd7d4e874edbf3aa870b7faac95cff0cabbd582841ea2f6e49
Contents?: true
Size: 364 Bytes
Versions: 16
Compression:
Stored size: 364 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings 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 VotingAdmin end end end end
Version data entries
16 entries across 16 versions & 1 rubygems