We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selecting { table.* }
Post.joins(:author).selecting { [post.id, author.*] }
The text was updated successfully, but these errors were encountered:
Yes I'd very much like to see this implemented and finally be able to get rid of all the strings I have to use now. Thanks.
Sorry, something went wrong.
Yeah, this is definitely going to happen. Should be pretty trivial to implement if you'd be interested in taking a stab at it.
The gist of it is:
SomeActiveRecordModel.arel_table[Arel.star]
No branches or pull requests
The text was updated successfully, but these errors were encountered: