mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Basic contact delete command implementation
This commit is contained in:
parent
1645b3e96f
commit
65bb5166cc
7 changed files with 65 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
class Contact < ActiveRecord::Base
|
||||
#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
|
||||
|
||||
validate :ident_must_be_valid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue