mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
added some todos
This commit is contained in:
parent
f406c69963
commit
35155fb8ac
5 changed files with 19 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
class Domain < ActiveRecord::Base
|
||||
#TODO whois requests ip whitelist for full info for own domains and partial info for other domains
|
||||
#TODO most inputs should be trimmed before validatation, probably some global logic?
|
||||
|
||||
|
||||
belongs_to :registrar
|
||||
belongs_to :ns_set
|
||||
belongs_to :owner_contact, class_name: 'Contact'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue