-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
I'm using Integer ids. Strange:
>> House.desc("_id").first.id
25583
>> House.desc(:_id).first.id
1
My guess is that the default sort for Mongoid documents is getting correctly overridden in the first case, but not in the second due to the symbol vs string thing. Just a guess.