mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
Clarify intention
This commit is contained in:
parent
59db269240
commit
8fc0a1fbc7
1 changed files with 4 additions and 0 deletions
|
@ -70,7 +70,11 @@ class Contact < ActiveRecord::Base
|
||||||
|
|
||||||
ORG = 'org'
|
ORG = 'org'
|
||||||
PRIV = 'priv'
|
PRIV = 'priv'
|
||||||
|
|
||||||
|
# For foreign private persons who has no national identification number
|
||||||
BIRTHDAY = 'birthday'.freeze
|
BIRTHDAY = 'birthday'.freeze
|
||||||
|
|
||||||
|
# From old registry software ("Fred"). No new contact can be created with this status
|
||||||
PASSPORT = 'passport'
|
PASSPORT = 'passport'
|
||||||
|
|
||||||
attr_accessor :deliver_emails
|
attr_accessor :deliver_emails
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue