automatically send emails when all parties completed the form
This commit is contained in:
@@ -57,6 +57,14 @@ class Submitter < ApplicationRecord
|
||||
end
|
||||
end
|
||||
|
||||
def friendly_name
|
||||
if name.present?
|
||||
"#{name} <#{email}>"
|
||||
else
|
||||
email
|
||||
end
|
||||
end
|
||||
|
||||
def status_event_at
|
||||
completed_at || opened_at || sent_at || created_at
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user