Sha256: ab50de5ec582978e1e7098d6abcb4deb398f564b2acd159fbc70c69a3cce2cfd
Contents?: true
Size: 361 Bytes
Versions: 88
Compression:
Stored size: 361 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryProcesses module Admin # Controller that allows managing the Participatory Process' Components in the # admin panel. # class ComponentsController < Decidim::Admin::ComponentsController include Concerns::ParticipatoryProcessAdmin end end end end
Version data entries
88 entries across 88 versions & 1 rubygems