internetee-registry/app/models/legacy/domain_contact_map_history.rb

5 lines
111 B
Ruby

module Legacy
class DomainContactMapHistory < Db
self.table_name = :domain_contact_map_history
end
end