mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 22:46:22 +02:00
6 lines
152 B
Ruby
6 lines
152 B
Ruby
module Whois
|
|
class PublicServer < ActiveRecord::Base
|
|
self.abstract_class = true
|
|
# establish_connection :"#{Rails.env}_public_whois"
|
|
end
|
|
end
|