RESTful ͳઃܭͷಌΕ
Method! Path Action
GET /posts index
POST /posts create
GET /posts/:id show
PATCH / PUT /posts/:id update
DELETE /posts/:id destroy
Slide 11
Slide 11 text
RESTful ͳઃܭͷಌΕ
Method! Path Action
GET /posts index
GET /posts/new new
POST /posts create
GET /posts/:id show
GET /posts/:id/edit edit
PATCH / PUT /posts/:id update
DELETE /posts/:id destroy