Sha256: 217c24bb432cd459c2e11eb7d72377a35cd6fb7c7145d7985f2607f9ef6c68a4
Contents?: true
Size: 414 Bytes
Versions: 3
Compression:
Stored size: 414 Bytes
Contents
# frozen_string_literal: true module Decidim module Accountability # 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::Features::BaseController end end end
Version data entries
3 entries across 3 versions & 1 rubygems