mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
6 lines
153 B
Ruby
6 lines
153 B
Ruby
module Whois
|
|
class PrivateServer < ActiveRecord::Base
|
|
self.abstract_class = true
|
|
#establish_connection :"#{Rails.env}_private_whois"
|
|
end
|
|
end
|