node-restful icon indicating copy to clipboard operation
node-restful copied to clipboard

non-strict routes

Open baugarten opened this issue 12 years ago • 0 comments

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

baugarten avatar Mar 30 '13 00:03 baugarten