mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Merge branch 'master' of github.com:internetee/registry
This commit is contained in:
commit
1619c43cc3
3 changed files with 4 additions and 2 deletions
|
@ -43,6 +43,8 @@ module Epp::KeyrelayHelper
|
||||||
|
|
||||||
epp_errors.empty?
|
epp_errors.empty?
|
||||||
end
|
end
|
||||||
|
# rubocop: enable Metrics/PerceivedComplexity
|
||||||
|
# rubocop: enable Metrics/CyclomaticComplexity
|
||||||
|
|
||||||
# rubocop: enable Metrics/PerceivedComplexity
|
# rubocop: enable Metrics/PerceivedComplexity
|
||||||
# rubocop: enable Metrics/CyclomaticComplexity
|
# rubocop: enable Metrics/CyclomaticComplexity
|
||||||
|
|
|
@ -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