Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save suhovius/d5b4fb3bfbe5356a18bae6ed843fc519 to your computer and use it in GitHub Desktop.
Save suhovius/d5b4fb3bfbe5356a18bae6ed843fc519 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