Sha256: ef0dad81d3d2191cd90d905ba905c540eaa1aca5542719f28e6c2bcf96002686
Contents?: true
Size: 402 Bytes
Versions: 73
Compression:
Stored size: 402 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::Features::BaseController end end end end
Version data entries
73 entries across 73 versions & 2 rubygems