Sha256: 867fc785877b0b033a302d9faa253dc22917d239e7facc3930ab2629dcf9a42e
Contents?: true
Size: 355 Bytes
Versions: 22
Compression:
Stored size: 355 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings module Admin # This controller allows importing things. # It is targeted for customizations for importing things that lives under # a voting space. class ImportsController < Decidim::Admin::ImportsController include VotingAdmin end end end end
Version data entries
22 entries across 22 versions & 1 rubygems