Sha256: 023aa0bee9b15afcdf9e8019fb4fb15812dcb6396061d7941cebef2d4d61a71d
Contents?: true
Size: 274 Bytes
Versions: 41
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true module Decidim module Admin # A form object used to promote managed users from the admin dashboard. # class ManagedUserPromotionForm < Form attribute :email, String validates :email, presence: true end end end
Version data entries
41 entries across 41 versions & 2 rubygems