internetee-registry/app/models/registrar.rb
2014-06-20 17:12:46 +03:00

6 lines
125 B
Ruby

class Registrar < ActiveRecord::Base
belongs_to :country
has_many :domains
has_many :ns_sets
has_many :epp_users
end