Skip to content

Instantly share code, notes, and snippets.

@nietaki
Created October 15, 2019 21:44
Show Gist options
  • Save nietaki/59c1b8912a76d41986717706ec351c63 to your computer and use it in GitHub Desktop.
Save nietaki/59c1b8912a76d41986717706ec351c63 to your computer and use it in GitHub Desktop.
query =
from(p in PostWithVirtualCategory,
where: p.id in ^post_ids
)
posts =
query
|> Repo.all()
|> Enum.map(&PostWithVirtualCategory.populate_category/1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment