Sha256: c53bd21d492197179c82f541f42c183398ef5c2776740b32376689977c72f86c
Contents?: true
Size: 332 Bytes
Versions: 5
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryProcesses # This controller is the abstract class from which all other controllers of # this engine inherit. class ApplicationController < Decidim::ApplicationController helper Decidim::ParticipatoryProcesses::ApplicationHelper end end end
Version data entries
5 entries across 5 versions & 1 rubygems