Skip to content

Instantly share code, notes, and snippets.

@standingwave
Created November 5, 2014 19:56
Show Gist options
  • Save standingwave/a3c979a0bd79bafbb2bc to your computer and use it in GitHub Desktop.
Save standingwave/a3c979a0bd79bafbb2bc to your computer and use it in GitHub Desktop.
- base_view: assessments
joins:
- join: users
foreign_key: user_id
- join: course_registrations
foreign_key: course_registration_id
- join: course_prototypes
foreign_key: ${course_registrations.course_prototype_id}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment