Initial Sinatra project strucutre

This commit is contained in:
2022-12-07 17:52:27 -05:00
parent b5a8889349
commit 6dd3e4c7d6
12 changed files with 206 additions and 7 deletions

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

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