verification

This commit is contained in:
Pete Matsyburka
2024-12-01 00:10:07 +02:00
parent 05b7cc9fa6
commit 5724159b7b
22 changed files with 623 additions and 31 deletions
+2
View File
@@ -46,6 +46,8 @@ class SubmissionEvent < ApplicationRecord
click_sms: 'click_sms',
phone_verified: 'phone_verified',
start_form: 'start_form',
start_verification: 'start_verification',
complete_verification: 'complete_verification',
view_form: 'view_form',
invite_party: 'invite_party',
complete_form: 'complete_form',
+1
View File
@@ -53,6 +53,7 @@ class Submitter < ApplicationRecord
has_many_attached :documents
has_many_attached :attachments
has_many_attached :preview_documents
has_many :document_generation_events, dependent: :destroy
has_many :submission_events, dependent: :destroy