Skip to content

Instantly share code, notes, and snippets.

@zacksiri
Created March 13, 2012 09:34
Show Gist options
  • Save zacksiri/2027838 to your computer and use it in GitHub Desktop.
Save zacksiri/2027838 to your computer and use it in GitHub Desktop.
Collections Settings
class App.Collections.Contacts extends Backbone.Collection
url: "/api/contacts"
model: App.Models.Contact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment