Sha256: 6bc3cb9cd301e6bfe6632665b74879b0e1e3b206caf0529f472e4b37fe82ff5c
Contents?: true
Size: 412 Bytes
Versions: 16
Compression:
Stored size: 412 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::Features::BaseController`, which # override its layout and provide all kinds of useful methods. class ApplicationController < Decidim::Features::BaseController end end end
Version data entries
16 entries across 16 versions & 1 rubygems