mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +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
|