Created
October 28, 2011 19:20
-
-
Save boxxxie/1323213 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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