-
Type: Bug
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Currently, if you provide a BSON::ObjectId as an argument to an ActiveJob job, Rails will raise a ActiveJob::SerializationError (Unsupported argument type: BSON::ObjectId).
This PR fixes this, so that BSON::ObjectId is serialized as a string and deserialized back into BSON::ObjectId.