Sha256: 6924d07038c30309dc0f381741402aa45c1ff4d0721995f6b531180f8d4a1efc
Contents?: true
Size: 355 Bytes
Versions: 93
Compression:
Stored size: 355 Bytes
Contents
# frozen_string_literal: true module Decidim module Assemblies module Admin # Controller that allows managing the Assembly' Component # permissions in the admin panel. # class ComponentPermissionsController < Decidim::Admin::ComponentPermissionsController include Concerns::AssemblyAdmin end end end end
Version data entries
93 entries across 93 versions & 1 rubygems