First commit
Showing
| ... | ... | @@ -2,6 +2,9 @@ source "https://rubygems.org" |
| gem "rails", "5.1.6" | ||
| gem "bcrypt", "3.1.12" | ||
| gem "faker", "1.7.3" | ||
| gem "will_paginate", "3.1.6" | ||
| gem "bootstrap-will_paginate", "1.0.0" | ||
| gem "bootstrap-sass", "3.3.7" | ||
| gem "puma", "3.9.1" | ||
| gem "sass-rails", "5.0.6" | ||
| ... | ... |
app/views/users/_form.html.erb
0 → 100644
app/views/users/edit.html.erb
0 → 100644
app/views/users/index.html.erb
0 → 100644
test/integration/users_edit_test.rb
0 → 100644
test/integration/users_index_test.rb
0 → 100644
Please
register
or
sign in
to comment