| **URL** | **HTTP Verb** | **Action**| |------------|-------------|------------| | /photos/ | GET | index | /photos/new | GET | new | /photos | POST | create | /photos/:id | GET | show | /photos/:id/edit | GET | edit | /photos/:id | PATCH/PUT | update | /photos/:id | DELETE | destroy