Make a basic User model (including secure password)
Showing
| ... | @@ -57,6 +57,7 @@ | ... | @@ -57,6 +57,7 @@ |
| source 'https://rubygems.org' | source 'https://rubygems.org' | ||
| gem 'rails', '5.1.4' | gem 'rails', '5.1.4' | ||
| gem 'bcrypt', '3.1.12' | |||
| gem 'bootstrap-sass', '3.3.7' | gem 'bootstrap-sass', '3.3.7' | ||
| gem 'puma', '3.9.1' | gem 'puma', '3.9.1' | ||
| gem 'sass-rails', '5.0.6' | gem 'sass-rails', '5.0.6' | ||
| ... | ... |
app/models/user.rb
0 → 100644
db/migrate/20180529022731_create_users.rb
0 → 100644
db/schema.rb
0 → 100644
test/fixtures/users.yml
0 → 100644
test/models/user_test.rb
0 → 100644
Please
register
or
sign in
to comment