Sha256: be0de53d2b3444f3d10e407d3ba86ff0082b35bf4a21e85cabc3074a6ad8767a
Contents?: true
Size: 440 Bytes
Versions: 25
Compression:
Stored size: 440 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 :Components, "decidim/admin/components" autoload :FormBuilder, "decidim/admin/form_builder" end end
Version data entries
25 entries across 25 versions & 1 rubygems