Sha256: c27bc6c2f4f505e488fec689fb15174270e1098cf0dd95e645108b3504277e9d
Contents?: true
Size: 442 Bytes
Versions: 16
Compression:
Stored size: 442 Bytes
Contents
# frozen_string_literal: true module Decidim module Plans module DiffRenderer class Categorization < Base protected def i18n_scope "activemodel.attributes.plan" end # Lists which attributes will be diffable and how # they should be rendered. def attribute_types { decidim_category_id: :category } end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems