Skip to content

Instantly share code, notes, and snippets.

@davidvanleeuwen
Created March 25, 2013 23:24
Show Gist options
  • Save davidvanleeuwen/5241820 to your computer and use it in GitHub Desktop.
Save davidvanleeuwen/5241820 to your computer and use it in GitHub Desktop.
Chapter model
class Blog.Models.Chapter extends Backbone.RelationalModel
relations: [
type: Backbone.HasMany
key: 'articles'
relatedModel: 'Blog.Models.Article'
collectionType: 'Blog.Collections.Articles'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment