Create model for votes with secure_id, title, and description
This commit is contained in:
parent
5e8cda6fc0
commit
f7f1807839
9 changed files with 106 additions and 10 deletions
9
Gemfile
9
Gemfile
|
|
@ -1,4 +1,9 @@
|
|||
source "http://rubygems.org"
|
||||
|
||||
gem "sinatra"
|
||||
gem "bcrypt"
|
||||
gem 'sinatra'
|
||||
gem 'sinatra-activerecord'
|
||||
gem 'rake'
|
||||
gem 'rackup'
|
||||
gem 'puma'
|
||||
gem 'sqlite3'
|
||||
gem 'bcrypt'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue