mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 12:38:25 +02:00
6 lines
154 B
Ruby
6 lines
154 B
Ruby
module Whois
|
|
class PrivateServer < ActiveRecord::Base
|
|
self.abstract_class = true
|
|
# establish_connection :"#{Rails.env}_private_whois"
|
|
end
|
|
end
|