Sha256: 86fd03f9fdbaaa6e2750de133e097c1c8b43717a02310ecacab0889606149cd5
Contents?: true
Size: 415 Bytes
Versions: 64
Compression:
Stored size: 415 Bytes
Contents
# frozen_string_literal: true module Decidim module Proposals # Contains the meta data of the document, like title and description. # class ParticipatoryText < Proposals::ApplicationRecord include Decidim::HasComponent include Decidim::Traceable include Decidim::Loggable include Decidim::TranslatableResource translatable_fields :title, :description end end end
Version data entries
64 entries across 64 versions & 1 rubygems