Sha256: 983f145fa9a9f72930323073fad4b59a0ad5c74738810a106f4dc8fc83fd3803
Contents?: true
Size: 455 Bytes
Versions: 88
Compression:
Stored size: 455 Bytes
Contents
# frozen_string_literal: true module Decidim module Debates 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
88 entries across 88 versions & 1 rubygems