Sha256: d56f6d16b27ac8789a77601029584958ae65021d38dfe0e575d74ffd6fe65cca
Contents?: true
Size: 411 Bytes
Versions: 58
Compression:
Stored size: 411 Bytes
Contents
# frozen_string_literal: true module Decidim module Templates # 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
58 entries across 58 versions & 1 rubygems