This week, you'll modify a Rails app to implement all seven actions neeeded to fully "CRUD" a single database-backed resource.
Open up the included Rails application, PhotoApp:
- Create a controller named "PhotosController"
- Implement all seven CRUD actions
Build three more Rails applications that mimic or extend the functionality of these sites:
- Remember the RCAV recipe.
- Remember the four HTTP methods that your routes can support.