Sha256: a6c2afeef18ada7b2d022a8e57a84388700d20317805ea6e03c37bbcab770043
Contents?: true
Size: 404 Bytes
Versions: 88
Compression:
Stored size: 404 Bytes
Contents
# frozen_string_literal: true module Decidim module Pages module Admin # Base controller for the administration of this module. It inherits from # Decidim's admin base controller in order to inherit the layout and other # convenience methods relevant to a this component. class ApplicationController < Decidim::Admin::Components::BaseController end end end end
Version data entries
88 entries across 88 versions & 1 rubygems