prefill signature

This commit is contained in:
Pete Matsyburka
2024-06-11 18:19:21 +03:00
parent 92da790e77
commit 2389c3fc40
9 changed files with 80 additions and 17 deletions
+2
View File
@@ -50,6 +50,8 @@ class Submitter < ApplicationRecord
has_many_attached :documents
has_many_attached :attachments
has_one_attached :signature
has_many :document_generation_events, dependent: :destroy
has_many :submission_events, dependent: :destroy