Sha256: 9243d0655c38b951eb559b6244d725dcc34e86f3013cd2c756a39d59cd3bfb7b
Contents?: true
Size: 407 Bytes
Versions: 6
Compression:
Stored size: 407 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::Features::BaseController end end end
Version data entries
6 entries across 6 versions & 1 rubygems