Added basic IP tracker functionality

This commit is contained in:
2022-12-22 12:50:01 -05:00
parent 97ced7d80e
commit 10345d5238
8 changed files with 117 additions and 0 deletions

5
lib/models/ip_address.rb Normal file
View File

@ -0,0 +1,5 @@
class IpAddress < Sequel::Model
end