Sha256: 5305a227badb79f7e77a0e78c83ae8b67d63b296348bfec0df3977407b0e0839
Contents?: true
Size: 483 Bytes
Versions: 15
Compression:
Stored size: 483 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 include Decidim::Admin::ParticipatorySpaceAdminBreadcrumb add_breadcrumb_item_from_menu :admin_initiative_menu end end end end
Version data entries
15 entries across 15 versions & 1 rubygems