You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
count is attached to Arel::Expression much like sum and the other aggregate methods. to use these do something similar to this (note getting arel table from ActiveRecord:
Table(:users).count.to_sql is not working. What's the right way.
Looked at the test cases but could not find anything.
Thanks for all the great work.
The text was updated successfully, but these errors were encountered: