Sha256: 1751f541ae8af2f02e6a5330363f534d2e9c80c5c116605052b0eb4999577e32
Contents?: true
Size: 373 Bytes
Versions: 79
Compression:
Stored size: 373 Bytes
Contents
# frozen_string_literal: true module Decidim module Proposals module Admin # A form object to be used when admin users wants to merge two or more # proposals into a new one to another proposal component in the same space. class ProposalsMergeForm < ProposalsForkForm validates :proposals, length: { minimum: 2 } end end end end
Version data entries
79 entries across 79 versions & 1 rubygems