Skip to content

Instantly share code, notes, and snippets.

@pasikonik
Created January 16, 2019 14:47
Show Gist options
  • Save pasikonik/dc888c2d9b59821ef65cdc606edec4c3 to your computer and use it in GitHub Desktop.
Save pasikonik/dc888c2d9b59821ef65cdc606edec4c3 to your computer and use it in GitHub Desktop.
Ember TIL
// get the id of the author without triggering a request
var authorId = post.belongsTo("author").id();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment