Sha256: 205a54aff8fa4bf701b162d65511688f59a3630cf013369fdb95d220bd8829e3
Contents?: true
Size: 451 Bytes
Versions: 6
Compression:
Stored size: 451 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::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
6 entries across 6 versions & 1 rubygems