Sha256: bfb125421486d2db6d63f9ed879f27895f9d73f900d0834cfedffa0fc8ec4ca9
Contents?: true
Size: 464 Bytes
Versions: 10
Compression:
Stored size: 464 Bytes
Contents
# frozen_string_literal: true module Decidim module Proposals 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
10 entries across 10 versions & 1 rubygems