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
Before:
association :articles, :count
After:
aggregate :articles, method: :count aggregate :articles, method: :average, on: :price # or even shorter count :articles average :articles, on: :price
This is already in the works. 👷
The text was updated successfully, but these errors were encountered:
will get back to this once rails 5 lands, maybe left_outer_joins is available then
left_outer_joins
Sorry, something went wrong.
No branches or pull requests
Before:
After:
This is already in the works. 👷
The text was updated successfully, but these errors were encountered: