Added some preliminary database stuff; added a script to mock adding a post to the DB
This commit is contained in:
5
lib/models/post.rb
Normal file
5
lib/models/post.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class Post < Sequel::Model
|
||||
|
||||
|
||||
|
||||
end
|
Reference in New Issue
Block a user