Sha256: b14975c6d12d8b71bba6fcee5eac2aa83484a1a17135a838699e45cac3c151c6
Contents?: true
Size: 441 Bytes
Versions: 25
Compression:
Stored size: 441 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 Decidim::AttributeObject::Model attribute :engine, Rails::Engine, **{} attribute :helper attribute :layout end end
Version data entries
25 entries across 25 versions & 1 rubygems