Skip to content

Instantly share code, notes, and snippets.

@Prorok64b
Created May 20, 2019 21:14
Show Gist options
  • Save Prorok64b/ebd67e42f5239db576a7200feb427dfc to your computer and use it in GitHub Desktop.
Save Prorok64b/ebd67e42f5239db576a7200feb427dfc to your computer and use it in GitHub Desktop.
join example
User.joins(:posts).select('users.id AS user_id', 'posts.id AS post_id')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment