added some todos

This commit is contained in:
Priit Tamboom 2014-07-01 14:41:34 +03:00
parent f406c69963
commit 35155fb8ac
5 changed files with 19 additions and 0 deletions

View file

@ -1,3 +1,6 @@
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