Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Nested REST Resources

$
0
0
Comment = can.Model.extend({
  findAll : "GET /posts/{postid}/comments"
},{})

Comment.findAll({postid: 5})

Viewing all articles
Browse latest Browse all 3491

Trending Articles