Sha256: ccc8ccaa117c1fc62624d80ea9ab4d518cb5677fb149e2b9678c196805074709
Contents?: true
Size: 329 Bytes
Versions: 78
Compression:
Stored size: 329 Bytes
Contents
# frozen_string_literal: true module Decidim module Conferences module Admin # Controller that allows managing the Conference' Components in the # admin panel. # class ComponentsController < Decidim::Admin::ComponentsController include Concerns::ConferenceAdmin end end end end
Version data entries
78 entries across 78 versions & 1 rubygems