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

5 lines
109 B
Ruby

module Legacy
class NssetContactMapHistory < Db
self.table_name = :nsset_contact_map_history
end
end