Sha256: 797c868a827416e53f69994444651ac45c38532d2e0582a2066dec4dff21ca8b
Contents?: true
Size: 560 Bytes
Versions: 12
Compression:
Stored size: 560 Bytes
Contents
# frozen_string_literal: true module Decidim module Admin module Concerns # This concern is meant to be included in all controllers that are scoped # into a participatory process' admin panel. It will override the layout # so it shows the sidebar, preload the participatory process, etc. module ParticipatoryProcessAdmin extend ActiveSupport::Concern included do include Decidim::NeedsParticipatoryProcess layout "decidim/admin/participatory_process" end end end end end
Version data entries
12 entries across 12 versions & 2 rubygems