Skip to content

Instantly share code, notes, and snippets.

@amandasposito
Created September 3, 2016 14:39
Show Gist options
  • Select an option

  • Save amandasposito/0a7b0eea6039d7524ee0f86a9f538ac3 to your computer and use it in GitHub Desktop.

Select an option

Save amandasposito/0a7b0eea6039d7524ee0f86a9f538ac3 to your computer and use it in GitHub Desktop.
(from c in Course,
join: class in assoc(c, :classes),
preload: [classes: class],
select: c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment