internetee-registry/app/models/registrar.rb
2014-06-16 17:21:01 +03:00

5 lines
103 B
Ruby

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