mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Handle children errors
This commit is contained in:
parent
3dca771bcb
commit
9ce6efc4db
8 changed files with 86 additions and 9 deletions
|
@ -1,4 +1,6 @@
|
|||
class Nameserver < ActiveRecord::Base
|
||||
belongs_to :registrar
|
||||
has_and_belongs_to_many :domains
|
||||
|
||||
validates :hostname, hostname: true
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue