Sha256: 59e7fa74c94700a459922e799af29b2dc7e54db47b0db6d9c10b342a4c77ae2f
Contents?: true
Size: 522 Bytes
Versions: 8
Compression:
Stored size: 522 Bytes
Contents
# frozen_string_literal: true module Decidim module Elections module Admin # This controller is the abstract class from which all other controllers of # this engine inherit. # # Note that it inherits from `Decidim::Admin::Components::BaseController`, which # override its layout and provide all kinds of useful methods. class ApplicationController < Decidim::Admin::Components::BaseController include Decidim::Elections::ContentSecurityPolicy end end end end
Version data entries
8 entries across 8 versions & 1 rubygems