Action HTTP Method Purpose
-------------------------------------------------------------------------
index GET Displays a collection of resources
show GET Displays a single resource
new GET Displays a form for creating a new resource
create POST Creates a new resource (new submits to this)
edit GET Displays a form for editing an existing resource
update PUT Updates an existing resource (edit submits to this)
destroy DELETE Destroys a single resource