Sha256: 8eab829a720e29ea98b5e51b05a110bc14be7d2c21606d2c514b285e624798f1
Contents?: true
Size: 416 Bytes
Versions: 88
Compression:
Stored size: 416 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::Components::BaseController end end end
Version data entries
88 entries across 88 versions & 1 rubygems