add submission tracking events
This commit is contained in:
@@ -44,6 +44,7 @@ class Submitter < ApplicationRecord
|
||||
has_many_attached :attachments
|
||||
|
||||
has_many :document_generation_events, dependent: :destroy
|
||||
has_many :submission_events, dependent: :destroy
|
||||
|
||||
def status
|
||||
if completed_at?
|
||||
|
||||
Reference in New Issue
Block a user