-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
I noticed that pluck doesn't work with id. I had to use _id.
User.pluck(:id) # doesn't work
User.pluck(:_id) # works
Is this the intended behavior?