Skip to content

Instantly share code, notes, and snippets.

@thenickcox
Created December 22, 2014 15:38
Show Gist options
  • Save thenickcox/c926f02f92918cb9b1e2 to your computer and use it in GitHub Desktop.
Save thenickcox/c926f02f92918cb9b1e2 to your computer and use it in GitHub Desktop.
var album = App.albums.findWhere({ title: 'A Love Supreme' });
// undefined
album.attributes
// Object {id: 1, artist: "John Coltrane", title: "A Love Supreme", year: 1965, song_count: 3…}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment