Skip to content

Instantly share code, notes, and snippets.

@mickhansen
Created December 30, 2013 20:19
Show Gist options
  • Save mickhansen/8187547 to your computer and use it in GitHub Desktop.
Save mickhansen/8187547 to your computer and use it in GitHub Desktop.
A.findAll({
include: [
{model: B, include: [
{model: C, include: [
{model: D, include: [
{model: E, include: [
{model: F, include: [
{model: G, include: [
{model: H}
]}
]}
]}
]}
]}
]}
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment