mirror of
https://github.com/internetee/registry.git
synced 2025-07-13 22:45:06 +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
|
module Whois
|
||||||
class PrivateServer < ActiveRecord::Base
|
class PrivateServer < ActiveRecord::Base
|
||||||
self.abstract_class = true
|
self.abstract_class = true
|
||||||
establish_connection :"#{Rails.env}_private_whois"
|
#establish_connection :"#{Rails.env}_private_whois"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
module Whois
|
module Whois
|
||||||
class PublicServer < ActiveRecord::Base
|
class PublicServer < ActiveRecord::Base
|
||||||
self.abstract_class = true
|
self.abstract_class = true
|
||||||
establish_connection :"#{Rails.env}_public_whois"
|
#establish_connection :"#{Rails.env}_public_whois"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue