mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
4 lines
94 B
Ruby
4 lines
94 B
Ruby
class DomainNameserver < ActiveRecord::Base
|
|
belongs_to :domain
|
|
belongs_to :nameserver
|
|
end
|