Sha256: e4f9c0ba1248f24183d73beaa30b6857321026a8cd2480f434fc5225fce7614a
Contents?: true
Size: 320 Bytes
Versions: 79
Compression:
Stored size: 320 Bytes
Contents
# frozen_string_literal: true module Decidim module Proposals module Admin # A form object to be used when admin users wants to split two or more # proposals into a new one to another proposal component in the same space. class ProposalsSplitForm < ProposalsForkForm end end end end
Version data entries
79 entries across 79 versions & 1 rubygems