Sha256: 265ceaf260e7b79b6bc264e74efdde69a8b96d621f8bb68db7faf318e7d6807b
Contents?: true
Size: 379 Bytes
Versions: 17
Compression:
Stored size: 379 Bytes
Contents
# frozen_string_literal: true require "decidim/admin/engine" module Decidim # This module contains all the logic related to a admin-wide # administration panel. The scope of the domain is to be able # to manage Organizations (tenants), as well as have a bird's # eye view of the whole admin. # module Admin autoload :Features, "decidim/admin/features" end end
Version data entries
17 entries across 17 versions & 2 rubygems