Sha256: f429b689cb0b470c406005df88d483ee318032ca3567f59c86d8e235ce536f3f
Contents?: true
Size: 506 Bytes
Versions: 83
Compression:
Stored size: 506 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::Components::BaseController`, which # override its layout and provide all kinds of useful methods. class ApplicationController < Decidim::Admin::Components::BaseController helper Decidim::ApplicationHelper end end end end
Version data entries
83 entries across 83 versions & 1 rubygems