internetee-registry/app/models/nameserver.rb
2014-07-31 11:21:22 +03:00

4 lines
101 B
Ruby

class Nameserver < ActiveRecord::Base
belongs_to :registrar
has_and_belongs_to_many :domains
end