mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Add initial models and corresponding test files
This commit is contained in:
parent
bca4470643
commit
542ea5101e
28 changed files with 548 additions and 8 deletions
5
app/models/ns_set.rb
Normal file
5
app/models/ns_set.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class NsSet < ActiveRecord::Base
|
||||
belongs_to :registrar
|
||||
has_many :domains
|
||||
has_and_belongs_to_many :nameservers
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue