Sha256: b5d3be8d6d8829a0cd4ae570f391ae1a0a33ecddd5b1cd8a447c92e23d2b245e
Contents?: true
Size: 349 Bytes
Versions: 34
Compression:
Stored size: 349 Bytes
Contents
# frozen_string_literal: true module Decidim module Assemblies module Admin # Controller that allows managing the Assembly' Feature # permissions in the admin panel. # class FeaturePermissionsController < Decidim::Admin::FeaturePermissionsController include Concerns::AssemblyAdmin end end end end
Version data entries
34 entries across 34 versions & 2 rubygems