mirror of
https://github.com/internetee/registry.git
synced 2025-07-13 14:35:05 +02:00
Disabled whois servers until logic is fully done
This commit is contained in:
parent
f8ef86dcd5
commit
4a35af30f9
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
module Whois
|
||||
class PrivateServer < ActiveRecord::Base
|
||||
self.abstract_class = true
|
||||
establish_connection :"#{Rails.env}_private_whois"
|
||||
#establish_connection :"#{Rails.env}_private_whois"
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module Whois
|
||||
class PublicServer < ActiveRecord::Base
|
||||
self.abstract_class = true
|
||||
establish_connection :"#{Rails.env}_public_whois"
|
||||
#establish_connection :"#{Rails.env}_public_whois"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue