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