Sha256: 756a588001c2299b7c472afa9a054ff818edf372e6e31ae3caaf72b18004c803
Contents?: true
Size: 483 Bytes
Versions: 75
Compression:
Stored size: 483 Bytes
Contents
# frozen_string_literal: true module Decidim module <%= component_module_name %> module Admin # This controller is the abstract class from which all other controllers of # this engine inherit. # # Note that it inherits from `Decidim::Admin::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
75 entries across 75 versions & 1 rubygems