Sha256: 4fd03755d25043422e462027c5fe9b7f715f84cb944967074d8577ca646ba2f3
Contents?: true
Size: 363 Bytes
Versions: 59
Compression:
Stored size: 363 Bytes
Contents
# frozen_string_literal: true module Decidim module Initiatives class DiffRenderer < BaseDiffRenderer private # Lists which attributes will be diffable and how they should be rendered. def attribute_types { description: :i18n_html, title: :i18n, state: :string } end end end end
Version data entries
59 entries across 59 versions & 1 rubygems