Sha256: c06a244e5b07cee482e6196d37154ae971a0d4569867447a3f1dd3c5b8c0c7f7
Contents?: true
Size: 411 Bytes
Versions: 46
Compression:
Stored size: 411 Bytes
Contents
# frozen_string_literal: true module Decidim module Elections # 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::Components::BaseController end end end
Version data entries
46 entries across 46 versions & 1 rubygems