Sha256: 46180a55f92319fb574d5653ba56a55344895d2c4bed0d24d42d1bb619ffe121
Contents?: true
Size: 460 Bytes
Versions: 56
Compression:
Stored size: 460 Bytes
Contents
# frozen_string_literal: true module Decidim module Proposals module Admin # This controller is the abstract class from which all other controllers of # this engine inherit. # # Note that it inherits from `Decidim::Admin::Features::BaseController`, which # override its layout and provide all kinds of useful methods. class ApplicationController < Decidim::Admin::Features::BaseController end end end end
Version data entries
56 entries across 56 versions & 2 rubygems