Sha256: 5676c4396641f083773db88ec2dfc23039f9220c37934c04984cb1667a5db142
Contents?: true
Size: 324 Bytes
Versions: 93
Compression:
Stored size: 324 Bytes
Contents
# frozen_string_literal: true module Decidim module Assemblies module Admin # Controller that allows managing the Assembly' Components in the # admin panel. # class ComponentsController < Decidim::Admin::ComponentsController include Concerns::AssemblyAdmin end end end end
Version data entries
93 entries across 93 versions & 1 rubygems