# frozen_string_literal: true module Decidim module ActionDelegator # This module contains all the domain logic associated to the # delegations admin panel. module Admin end end end