Merge branch 'updating-users' into 'master'
Finish user edit, update, index, and destroy actions See merge request !8
Showing
| ... | @@ -25,6 +25,11 @@ gem 'sdoc', '~> 0.4.0', group: :doc | ... | @@ -25,6 +25,11 @@ gem 'sdoc', '~> 0.4.0', group: :doc |
| # Use ActiveModel has_secure_password | # Use ActiveModel has_secure_password | ||
| gem 'bcrypt', '~> 3.1.7' | gem 'bcrypt', '~> 3.1.7' | ||
| gem 'faker', '1.9.1' | |||
| gem 'will_paginate', '3.0.4' | |||
| gem 'bootstrap-will_paginate', '0.0.9' | |||
| # Use Unicorn as the app server | # Use Unicorn as the app server | ||
| # gem 'unicorn' | # gem 'unicorn' | ||
| ... | ... |
app/views/users/_fields.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
lib/tasks/sample_data.rake
0 → 100644
Please
register
or
sign in
to comment