Sha256: 31ac7bf23abc49e3a67dc6407befaa662cd3710790e996070e0421b2be2b4382
Contents?: true
Size: 289 Bytes
Versions: 6
Compression:
Stored size: 289 Bytes
Contents
# frozen_string_literal: true module Decidim module Admin # A form object used to upload CSV to batch participatory space private users. # class ParticipatorySpacePrivateUserCsvImportForm < Form attribute :file validates :file, presence: true end end end
Version data entries
6 entries across 6 versions & 1 rubygems