internetee-registry/app/models/legacy/host_ipaddr_map.rb
2015-04-02 11:39:36 +03:00

5 lines
90 B
Ruby

module Legacy
class HostIpaddrMap < Db
self.table_name = :host_ipaddr_map
end
end