Sha256: 94b16ee92872a5b12a09a082271a43017b7d25847c5c8df76c98b1410549342d
Contents?: true
Size: 462 Bytes
Versions: 93
Compression:
Stored size: 462 Bytes
Contents
# frozen_string_literal: true module Decidim module Accountability module Admin # 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::Admin::Components::BaseController end end end end
Version data entries
93 entries across 93 versions & 1 rubygems