Finish user edit, update, index, and destroy actions
Showing
| ... | @@ -7,7 +7,7 @@ gem 'image_processing', '1.9.3' | ... | @@ -7,7 +7,7 @@ gem 'image_processing', '1.9.3' |
| gem 'mini_magick', '4.9.5' | gem 'mini_magick', '4.9.5' | ||
| gem 'active_storage_validations', '0.8.9' | gem 'active_storage_validations', '0.8.9' | ||
| gem 'bcrypt', '3.1.16' | gem 'bcrypt', '3.1.16' | ||
| gem 'faker', '2.11.0' | gem 'faker', '2.18' | ||
| gem 'will_paginate', '3.3.0' | gem 'will_paginate', '3.3.0' | ||
| gem 'bootstrap-will_paginate', '1.0.0' | gem 'bootstrap-will_paginate', '1.0.0' | ||
| gem 'puma', '5.3.1' | gem 'puma', '5.3.1' | ||
| ... | ... |
app/views/users/_user.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
Please
register
or
sign in
to comment