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