Created
September 3, 2016 14:39
-
-
Save amandasposito/0a7b0eea6039d7524ee0f86a9f538ac3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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