Sha256: df3915f41f830f3aa3d879256b3aebeade9883f6000303a9f3b54d837766db9b
Contents?: true
Size: 623 Bytes
Versions: 3
Compression:
Stored size: 623 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryDocuments 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 NeedsPdfDocument helper Decidim::ApplicationHelper helper Decidim::ParticipatoryDocuments::Admin::DocumentsHelper end end end end
Version data entries
3 entries across 3 versions & 1 rubygems