Skip to content

Instantly share code, notes, and snippets.

@CarlasHub
Forked from alexpchin/restful_routes.md
Created May 14, 2018 20:09
Show Gist options
  • Save CarlasHub/8a93387ada17c620cc994d0e3e39f624 to your computer and use it in GitHub Desktop.
Save CarlasHub/8a93387ada17c620cc994d0e3e39f624 to your computer and use it in GitHub Desktop.
7 Restful Routes
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment