internetee-registry/app/models/whois/record.rb
2015-04-24 16:43:07 +03:00

5 lines
92 B
Ruby

module Whois
class Record < Whois::Server
self.table_name = 'whois_records'
end
end