| 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 |
-
-
Save jeremybwilson/17d1dc602c88e59f9d893969ef1fc4ed to your computer and use it in GitHub Desktop.
7 Restful Routes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment