GROUP_CONDITIONS =
{ :in => [], :not_in => [] }
but I don't get how to use them.
I try User.id_in([1,2]) but it doesn't work. What I am missing?
User.id_eq_any([1, 2])
You can use "any" or "all".