module Decidim::Admin

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.

This holds the decidim-admin version.

Public Class Methods

version() click to toggle source
# File lib/decidim/admin/version.rb, line 6
def self.version
  "0.24.3"
end
view_hooks() click to toggle source

Public: Stores an instance of ViewHooks

# File lib/decidim/admin.rb, line 34
def self.view_hooks
  @view_hooks ||= ViewHooks.new
end