Sha256: 50ce573c28d900777128ecceaabbd87c7ca1f6ef377f9ca3b822e0996a9ebcc0
Contents?: true
Size: 371 Bytes
Versions: 18
Compression:
Stored size: 371 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 # a conference. class ImportsController < Decidim::Admin::ImportsController include Concerns::ConferenceAdmin end end end end
Version data entries
18 entries across 18 versions & 1 rubygems