mirror of
https://github.com/internetee/registry.git
synced 2025-05-27 22:50:10 +02:00
7 lines
240 B
Ruby
7 lines
240 B
Ruby
class Domain < ActiveRecord::Base
|
|
belongs_to :registrar
|
|
belongs_to :ns_set
|
|
belongs_to :owner_contact, class_name: 'Contact'
|
|
belongs_to :technical_contact, class_name: 'Contact'
|
|
belongs_to :admin_contact, class_name: 'Contact'
|
|
end
|