mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54:47 +02:00
6 lines
136 B
Ruby
6 lines
136 B
Ruby
module Whois
|
|
class Server < ApplicationRecord
|
|
self.abstract_class = true
|
|
establish_connection :"whois_#{Rails.env}"
|
|
end
|
|
end
|