Skip to content

Instantly share code, notes, and snippets.

@unamashana
Created December 12, 2013 08:46
Show Gist options
  • Save unamashana/7924961 to your computer and use it in GitHub Desktop.
Save unamashana/7924961 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