Sha256: 8d35c7930ece5c002060786754564870dbbda2ac13e5f723a670c41e4e14200b
Contents?: true
Size: 455 Bytes
Versions: 3
Compression:
Stored size: 455 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryDocuments # 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 NeedsPdfDocument end end end
Version data entries
3 entries across 3 versions & 1 rubygems