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 |
Last active
November 12, 2024 08:50
-
Star
(155)
You must be signed in to star a gist -
Fork
(46)
You must be signed in to fork a gist
-
-
Save alexpchin/09939db6f81d654af06b to your computer and use it in GitHub Desktop.
7 Restful Routes
This is very helpful! Thank you.
Very helpful for a beginner. Thanks a lot!
thank you!
Thanks for making it clearly
Tanks
Great
Thank you so much for this!
This is very helpful, thanks a lot!
Thank you!
thanks, really helpful!
Bookmarked! thanks
You are a gentleman and a scholar for posting this sir, people will tell stories about you
<3 Clean and to the point. Thanks!
This is also a more complete list with explanation:
credit: https://medium.com/@shubhangirajagrawal/the-7-restful-routes-a8e84201f206
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My students in Leeds just found this and started using it... you're officially a big deal.