Skip to content

Instantly share code, notes, and snippets.

@dteoh
Last active December 2, 2019 14:45
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dteoh/dffe0176009c05a0c917 to your computer and use it in GitHub Desktop.
Save dteoh/dffe0176009c05a0c917 to your computer and use it in GitHub Desktop.
Select all columns of an Arel table
users = User.arel_table
query = users.project(users[Arel.star])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment