Sha256: 5b68c9ffd464fd8620ca3aa2ef9502995aa9cefcefe05b46ef450df6bd8a4354
Contents?: true
Size: 416 Bytes
Versions: 70
Compression:
Stored size: 416 Bytes
Contents
# frozen_string_literal: true module Decidim # This class holds the configuration for a participatory space's context. A context consists of an # engine, a layout and a set of helpers (usually used by the layout itself). class ParticipatorySpaceContextManifest include ActiveModel::Model include Virtus.model attribute :engine, Rails::Engine attribute :helper attribute :layout end end
Version data entries
70 entries across 70 versions & 1 rubygems