Skip to content

Instantly share code, notes, and snippets.

@unamashana
Created November 25, 2011 12:38
Show Gist options
  • Save unamashana/1393428 to your computer and use it in GitHub Desktop.
Save unamashana/1393428 to your computer and use it in GitHub Desktop.
SB.Collections.TicketList = Backbone.Collection.extend({
model: SB.Models.Ticket,
url: "/tickets",
name: "tickets"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment