Skip to content

Instantly share code, notes, and snippets.

@brancusi
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save brancusi/4aa7bf1c1968cf9cccef to your computer and use it in GitHub Desktop.

Select an option

Save brancusi/4aa7bf1c1968cf9cccef to your computer and use it in GitHub Desktop.
model:function(params){
return this.store.find('tvshow', params.anime_slug).then(function(result){
result.set('isVirgin', false);
return result;
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment