Sha256: 96d5d48eb2d583daa47c54c38fdb6e97e1fc8ca98c500964dde02c45b528bc4c
Contents?: true
Size: 480 Bytes
Versions: 16
Compression:
Stored size: 480 Bytes
Contents
# frozen_string_literal: true module Decidim module Plans module DiffRenderer class Plan < Base protected def i18n_scope "activemodel.attributes.plan" end # Lists which attributes will be diffable and how # they should be rendered. def attribute_types { title: :i18n, decidim_scope_id: :scope, state: :string } end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems