Sha256: fc7e362368565fd931105dbfd0650aa98d72978fc046d7a8b22d01eb250fec95
Contents?: true
Size: 199 Bytes
Versions: 134
Compression:
Stored size: 199 Bytes
Contents
# frozen_string_literal: true module Decidim # The form object that handles the data behind deleting users account. class DeleteAccountForm < Form attribute :delete_reason, String end end
Version data entries
134 entries across 134 versions & 2 rubygems