mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
5 lines
93 B
Ruby
5 lines
93 B
Ruby
module Whois
|
|
class PrivateDomain < PrivateServer
|
|
self.table_name = 'domains'
|
|
end
|
|
end
|