Sha256: 5d146d608d166664916de951486a110a98dd1ee91cd7f55abc255813c5a1a8b0
Contents?: true
Size: 409 Bytes
Versions: 88
Compression:
Stored size: 409 Bytes
Contents
# frozen_string_literal: true module Decidim module Debates # 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