Sha256: 469e494474c192290cd39ff0bc2575441f3411ccf574d1257b60228606af7e83
Contents?: true
Size: 430 Bytes
Versions: 88
Compression:
Stored size: 430 Bytes
Contents
# frozen_string_literal: true module Decidim module <%= component_module_name %> # 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
88 entries across 88 versions & 1 rubygems