mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
5 lines
103 B
Ruby
5 lines
103 B
Ruby
class Registrar < ActiveRecord::Base
|
|
belongs_to :country
|
|
has_many :domains
|
|
has_many :ns_sets
|
|
end
|