Skip to content

Instantly share code, notes, and snippets.

@trobrock
Created January 27, 2014 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trobrock/8658835 to your computer and use it in GitHub Desktop.
Save trobrock/8658835 to your computer and use it in GitHub Desktop.
model: (params) ->
@store.find('capsule').then (results) ->
m = results.findBy('id', params.capsule_id)
console.log m
m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment