Sha256: c232f6bb1b77d4c409c7f39e99fc9ea02688a304da46b784ff41c5803517e562
Contents?: true
Size: 439 Bytes
Versions: 14
Compression:
Stored size: 439 Bytes
Contents
# frozen_string_literal: true module Decidim module Plans module DiffRenderer class Component < 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_component_id: :component } end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems