Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 305 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 305 Bytes

RESTful Routes

Web blog build on RESTful routes and CRUD

Name Path HTTP
index /blog GET
new /blog/new GET
create /blog POST
show /blog/:id GET
edit /blog/:id/edit GET
update /blog/:id PUT
destroy /blog/:id DELETE