Create model for votes with secure_id, title, and description

This commit is contained in:
ricola 2025-04-06 17:04:31 -06:00
parent 5e8cda6fc0
commit f7f1807839
9 changed files with 106 additions and 10 deletions

3
config/database.yml Normal file
View file

@ -0,0 +1,3 @@
development:
adapter: sqlite3
database: db/vote.sqlite3