mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
6 lines
137 B
Ruby
6 lines
137 B
Ruby
module Whois
|
|
class Server < ActiveRecord::Base
|
|
self.abstract_class = true
|
|
establish_connection :"whois_#{Rails.env}"
|
|
end
|
|
end
|