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