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