Skip to content

Instantly share code, notes, and snippets.

@Prorok64b
Created May 20, 2019 21:01
Show Gist options
  • Save Prorok64b/03bcff561a44a755c5402f3e96723772 to your computer and use it in GitHub Desktop.
Save Prorok64b/03bcff561a44a755c5402f3e96723772 to your computer and use it in GitHub Desktop.
includes example
User.includes(:posts)
# nested associations
User.includes(posts: [:comments, :likes])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment