node-restful
node-restful copied to clipboard
non-strict routes
Should add an option to add non-strict routes for
/<model_name>/new // renders the create form
/<model_name>/:id/edit // renders the edit form
/<model_name>/:id/destroy // instead of DELETE
/<model_name>/:id/update // instead of PUT