mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
5 lines
111 B
Ruby
5 lines
111 B
Ruby
module Legacy
|
|
class DomainContactMapHistory < Db
|
|
self.table_name = :domain_contact_map_history
|
|
end
|
|
end
|