Adding Devise (with or without existing User class)
- add "devise" gem
- rails g devise:install
- Follow instructions on screen
- Delete all users (if exists)
- rake db:migrate
- rake db:setup
- add
before_action :authenticate_user!
before_action :authenticate_user!