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 |
Created
August 22, 2017 08:40
-
-
Save CraigMorton/2871f8800cf536a16a8a801b2a98c27a to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment