-
-
Save suhovius/d5b4fb3bfbe5356a18bae6ed843fc519 to your computer and use it in GitHub Desktop.
Select all columns of an Arel table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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