From 8fc0a1fbc7a81ddf5013d3adb745e57b71220335 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Mon, 10 Dec 2018 11:57:54 +0200 Subject: [PATCH] Clarify intention --- app/models/contact.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/models/contact.rb b/app/models/contact.rb index 9d166faee..1d05fdd2f 100644 --- a/app/models/contact.rb +++ b/app/models/contact.rb @@ -70,7 +70,11 @@ class Contact < ActiveRecord::Base ORG = 'org' PRIV = 'priv' + + # For foreign private persons who has no national identification number BIRTHDAY = 'birthday'.freeze + + # From old registry software ("Fred"). No new contact can be created with this status PASSPORT = 'passport' attr_accessor :deliver_emails