Skip to content

Instantly share code, notes, and snippets.

@alan2207
Forked from alexpchin/restful_routes.md
Created July 18, 2017 10:05
Show Gist options
  • Save alan2207/baf4d039ffadd549b0f217b9bfb45fbc to your computer and use it in GitHub Desktop.
Save alan2207/baf4d039ffadd549b0f217b9bfb45fbc 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