Sha256: f60c5d635bcea938be6dee46146874af3115139f2accf8e7107501d6471e294d
Contents?: true
Size: 407 Bytes
Versions: 15
Compression:
Stored size: 407 Bytes
Contents
# frozen_string_literal: true module Decidim module Budgets # 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