Page MenuHomeGRNET

ns.rb
No OneTemporary

File Metadata

Created
Thu, Feb 20, 2:12 PM
class NS < Record
validates :content, presence: true, hostname: true, not_ip: true
before_validation :remove_terminating_dot
end

Event Timeline