Skip to content

Instantly share code, notes, and snippets.

@CraigMorton
Created August 22, 2017 08:40
Show Gist options
  • Save CraigMorton/2871f8800cf536a16a8a801b2a98c27a to your computer and use it in GitHub Desktop.
Save CraigMorton/2871f8800cf536a16a8a801b2a98c27a to your computer and use it in GitHub Desktop.
VERB PATH ACTION
GET /pizzas index
GET /pizzas/:id show
GET /pizzas/new new
POST /pizzas create
GET /pizzas/:id/edit edit
POST /pizzas/:id update
POST /pizzas/:id/delete destroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment