restmvc.js
restmvc.js copied to clipboard
Is there any support for nested resources?
e.g. to model books that belong to some user: /user/1/books/2
Sorry, there isn't, and in fact I'm not maintaining this anymore. I've had a change of philosophy, and don't really believe in rails like frameworks anymore.
On Tue, Apr 10, 2012 at 5:13 PM, yaronn < [email protected]
wrote:
e.g. to model books that belong to some user: /user/1/books/2
Reply to this email directly or view it on GitHub: https://github.com/keithnlarsen/restmvc.js/issues/21
just out of curiosity is it due to rails complexity? Do you now adhere sinatra-like libraries?