Sha256: 500c32d99e1afc8540f673c4769dd8f2c80a353a46bcfc29279e28678ec4386a
Contents?: true
Size: 459 Bytes
Versions: 17
Compression:
Stored size: 459 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
17 entries across 17 versions & 2 rubygems