mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Add statuses to domain form
This commit is contained in:
parent
89295f5642
commit
44dce714b8
4 changed files with 32 additions and 2 deletions
|
@ -19,6 +19,7 @@ class Domain < ActiveRecord::Base
|
|||
accepts_nested_attributes_for :nameservers, allow_destroy: true
|
||||
|
||||
has_many :domain_statuses, dependent: :delete_all
|
||||
accepts_nested_attributes_for :domain_statuses, allow_destroy: true
|
||||
|
||||
has_many :domain_transfers, dependent: :delete_all
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue