Skip to content

Instantly share code, notes, and snippets.

@jacobat
Created January 6, 2014 12:13
Show Gist options
  • Save jacobat/8281990 to your computer and use it in GitHub Desktop.
Save jacobat/8281990 to your computer and use it in GitHub Desktop.
forum_table = Forum.arel_table
User.where(:id => forum_table.project('user_id').where(forum_table['id'].eq(3)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment