module Decidim::Plans

Constants

DECIDIM_VERSION
VERSION

Public Class Methods

loggability() click to toggle source

Public: Stores an instance of Loggability

# File lib/decidim/plans.rb, line 17
def self.loggability
  @loggability ||= Loggability.new
end
tracer() click to toggle source

Public: Stores an instance of Tracer

# File lib/decidim/plans.rb, line 22
def self.tracer
  @tracer ||= Tracer.new
end