mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
5 lines
86 B
Ruby
5 lines
86 B
Ruby
module Whois
|
|
class Domain < Whois::Server
|
|
self.table_name = 'domains'
|
|
end
|
|
end
|