mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 06:56:23 +02:00
6 lines
275 B
Ruby
6 lines
275 B
Ruby
class Contact < ActiveRecord::Base
|
|
#TODO Estonian id validation
|
|
#TODO Foreign contact will get email with activation link/username/temp password
|
|
#TODO Phone number validation, in first phase very minimam in order to support current registries
|
|
has_many :addresses
|
|
end
|