This is really cool, Makara. I like the adopted structure from express-resource:
GET / -> index
GET /new -> new
POST / -> create
GET /:id -> show
GET /:id/edit -> edit
PUT /:id -> update
DELETE /:id -> destroy
I'd like to clone and use it at some point if/when you are ready.
This is really cool, Makara. I like the adopted structure from express-resource:
I'd like to clone and use it at some point if/when you are ready.