Skip to content

Instantly share code, notes, and snippets.

@stevenpsmith
Created December 14, 2011 19:12
Show Gist options
  • Save stevenpsmith/1478005 to your computer and use it in GitHub Desktop.
Save stevenpsmith/1478005 to your computer and use it in GitHub Desktop.
exercise.Activity = Backbone.Model.extend({
});
exercise.Activities = Backbone.Collection.extend({
model: exercise.Activity,
url: "exercise.json"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment