mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Nameserver hostname replacing
This commit is contained in:
parent
23098add74
commit
1f2ba55acb
7 changed files with 135 additions and 0 deletions
|
@ -7,6 +7,7 @@ class Registrar < ActiveRecord::Base
|
|||
has_many :messages
|
||||
has_many :invoices, foreign_key: 'buyer_id'
|
||||
has_many :accounts
|
||||
has_many :nameservers, through: :domains
|
||||
|
||||
belongs_to :country_deprecated, foreign_key: :country_id
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue