mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Fix paper trail versioning for RegistrantVerification
This commit is contained in:
parent
2d93932d92
commit
cca51b8a03
5 changed files with 118 additions and 96 deletions
|
@ -1,7 +1,7 @@
|
|||
# Used in Registrant portal to collect registrant verifications
|
||||
# Registrant postgres user can access this table directly.
|
||||
class RegistrantVerification < ApplicationRecord
|
||||
has_paper_trail versions: { class_name: 'RegistrantVerificationVersion' }
|
||||
include Versions # version/domain_version.rb
|
||||
|
||||
# actions
|
||||
CONFIRMED = 'confirmed'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue