Sha256: 6a97e42f908199042c6a878e48c7d2a113cc54b41852b7619dae7786f0059744

Contents?: true

Size: 384 Bytes

Versions: 3

Compression:

Stored size: 384 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"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
decidim-admin-0.11.2 lib/decidim/admin.rb
decidim-admin-0.11.1 lib/decidim/admin.rb
decidim-admin-0.11.0.pre1 lib/decidim/admin.rb