module Decidim::System
This module contains all the logic related to a system-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 system.
This holds the decidim-system version.
Public Class Methods
version()
click to toggle source
# File lib/decidim/system/version.rb, line 6 def self.version "0.24.3" end