Add audit log to registrant verifications

Closes #1425
This commit is contained in:
Artur Beljajev 2019-12-07 20:38:58 +02:00 committed by Alex Sherman
parent ee30c8d4ef
commit 7f308d4123
5 changed files with 73 additions and 0 deletions

View file

@ -1,6 +1,8 @@
# Used in Registrant portal to collect registrant verifications
# Registrant postgres user can access this table directly.
class RegistrantVerification < ApplicationRecord
has_paper_trail
# actions
CONFIRMED = 'confirmed'
REJECTED = 'rejected'