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
December 13, 2017 10:34
-
-
Save CraigMorton/b783056640b12ef8a22eb689805bbb18 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