Sha256: a9d9c61402450b21157bda4547cd5e6555b8a0af76f962a1b94b2981a8fc9e47
Contents?: true
Size: 407 Bytes
Versions: 15
Compression:
Stored size: 407 Bytes
Contents
# frozen_string_literal: true module Decidim module Results # 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
15 entries across 15 versions & 2 rubygems