Sha256: fb1fdcafbe1ea94945d89a1b2a67b800350779dcbdffb9ffbe57a4e945b0c3f4
Contents?: true
Size: 409 Bytes
Versions: 30
Compression:
Stored size: 409 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::Components::BaseController end end end
Version data entries
30 entries across 30 versions & 1 rubygems