Finish user edit, update, index, and destroy actions
Showing
| ... | @@ -67,3 +67,6 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ... | @@ -67,3 +67,6 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
| gem 'bootstrap-sass', '~> 3.3', '>= 3.3.7' | gem 'bootstrap-sass', '~> 3.3', '>= 3.3.7' | ||
| gem 'bcrypt', '~> 3.1', '>= 3.1.12' | gem 'bcrypt', '~> 3.1', '>= 3.1.12' | ||
| gem 'jquery-rails', '~> 4.3', '>= 4.3.3' | gem 'jquery-rails', '~> 4.3', '>= 4.3.3' | ||
| gem 'faker', '~> 1.9', '>= 1.9.1' | |||
| gem 'will_paginate', '~> 3.1', '>= 3.1.6' | |||
| gem 'bootstrap-will_paginate', '~> 1.0' | |||
| \ No newline at end of file |
app/views/users/_form.html.erb
0 → 100644
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
test/integration/users_index_test.rb
0 → 100644
Please
register
or
sign in
to comment