mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
5 lines
86 B
Ruby
5 lines
86 B
Ruby
module Whois
|
|
class Domain < Whois::Server
|
|
self.table_name = 'domains'
|
|
end
|
|
end
|