Sha256: faae552f18575ab2f541a545b09fc86be0d5f7152b5271ef7109b9b4324158c5
Contents?: true
Size: 462 Bytes
Versions: 25
Compression:
Stored size: 462 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryProcesses module Admin # A form object used to create participatory process types from the admin # dashboard. # class ParticipatoryProcessTypeForm < Form include TranslatableAttributes mimic :participatory_process_type translatable_attribute :title, String validates :title, translatable_presence: true end end end end
Version data entries
25 entries across 25 versions & 1 rubygems