Sha256: 39fe9273e16542c137c0f3803eaf3e202ef37959c625c9beba66263ffc0bea0d
Contents?: true
Size: 502 Bytes
Versions: 16
Compression:
Stored size: 502 Bytes
Contents
# frozen_string_literal: true module Decidim module Plans 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
16 entries across 16 versions & 1 rubygems