Merge pull request #1053 from internetee/add-clarifying-comment

Clarify intention
This commit is contained in:
Timo Võhmar 2018-12-12 15:39:35 +02:00 committed by GitHub
commit 6e7d523dc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,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