Sha256: d7402c1485fa8489644500bca55300daad85e54edd9dfa2a78dbe17b7e77d8eb
Contents?: true
Size: 513 Bytes
Versions: 6
Compression:
Stored size: 513 Bytes
Contents
# frozen_string_literal: true module Decidim module EnhancedTextwork 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 helper Decidim::ApplicationHelper end end end end
Version data entries
6 entries across 6 versions & 1 rubygems