Sha256: ad0e15a87170257eebed72d1684ead9321e292ad4f6d781717082b59bbc83835
Contents?: true
Size: 465 Bytes
Versions: 70
Compression:
Stored size: 465 Bytes
Contents
# frozen_string_literal: true module Decidim module Accountability class DiffRenderer < BaseDiffRenderer private # Lists which attributes will be diffable and how they should be rendered. def attribute_types { start_date: :date, end_date: :date, description: :i18n_html, title: :i18n, decidim_scope_id: :scope, progress: :percentage } end end end end
Version data entries
70 entries across 70 versions & 1 rubygems