Sha256: d41eb67f1e4b7fe043ee60529ff30eafb087251f201e99877fcfd88fa57b27fa
Contents?: true
Size: 355 Bytes
Versions: 75
Compression:
Stored size: 355 Bytes
Contents
# frozen_string_literal: true module Decidim module Initiatives module Admin # Controller that allows managing the Initiative's Components in the # admin panel. class ComponentsController < Decidim::Admin::ComponentsController layout "decidim/admin/initiative" include NeedsInitiative end end end end
Version data entries
75 entries across 75 versions & 1 rubygems