-
Type:
Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
I have a part of my code that does:
Invitation.where(:token => some_24_digit_token).first
And it fails because it converts the some_24_digit_token into a BSON::ObjectId, instead of leaving it as a string.