Sha256: 1f58a15752c9875537b716d61762cf32cd10b33d1e35f544babdeeb7d8d1d99f
Contents?: true
Size: 380 Bytes
Versions: 56
Compression:
Stored size: 380 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
56 entries across 56 versions & 2 rubygems