mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 07:52:04 +02:00
6 lines
125 B
Ruby
6 lines
125 B
Ruby
class Registrar < ActiveRecord::Base
|
|
belongs_to :country
|
|
has_many :domains
|
|
has_many :ns_sets
|
|
has_many :epp_users
|
|
end
|