Sha256: bb263dcec494ec3c4466ace9ceb69c90216f3cc3f95f84c8672bf09adf1f3adc
Contents?: true
Size: 405 Bytes
Versions: 54
Compression:
Stored size: 405 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::Features::BaseController`, which # override its layout and provide all kinds of useful methods. class ApplicationController < Decidim::Features::BaseController end end end
Version data entries
54 entries across 54 versions & 2 rubygems