Sha256: 66796d69509cc5b349d57380281b525a7e13e19679049594cf20cad4403b729c
Contents?: true
Size: 372 Bytes
Versions: 37
Compression:
Stored size: 372 Bytes
Contents
# frozen_string_literal: true module Decidim module Conferences module Admin # This controller allows importing things. # It is targeted for customizations for importing things that lives under # an conference. class ImportsController < Decidim::Admin::ImportsController include Concerns::ConferenceAdmin end end end end
Version data entries
37 entries across 37 versions & 1 rubygems