Skip to content

Instantly share code, notes, and snippets.

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

  • Save amandasposito/9eea6e729ee63ad3fae34d592e6668e1 to your computer and use it in GitHub Desktop.

Select an option

Save amandasposito/9eea6e729ee63ad3fae34d592e6668e1 to your computer and use it in GitHub Desktop.
classes = (from klass in Class,
order_by: klass.created_at)
query = (from course in Course,
preload: [classes: ^classes])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment