Skip to content

Instantly share code, notes, and snippets.

@boxxxie
Created October 28, 2011 19:20
Show Gist options
  • Save boxxxie/1323213 to your computer and use it in GitHub Desktop.
Save boxxxie/1323213 to your computer and use it in GitHub Desktop.
//my models exist in this url
"http://localhost:5984/campaigns/[model id]"
//to get the list of my models i need to use this url
"http://localhost:5984/campaigns/_all_docs"
//how do i handle this in backbone?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment