Skip to content

Instantly share code, notes, and snippets.

@CraigMorton
Created December 13, 2017 10:34
Show Gist options
  • Save CraigMorton/b783056640b12ef8a22eb689805bbb18 to your computer and use it in GitHub Desktop.
Save CraigMorton/b783056640b12ef8a22eb689805bbb18 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