-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ActiveJob::SerializationError: #184
Comments
Hey! I've never used this combination of gems before, you'll have to figure out the solution and let me know 🙂 Probably you just need to define a serialization method (https://api.rubyonrails.org/classes/ActiveJob/SerializationError.html) |
i solved this by adding this custom serializer in the initializers folder please check it and tell me what do you think
|
Looks nice! Do you think we should have it in the gem or docs at least? |
i think its better to be in the gem |
i am using paper_trail-background gem to version the records in the background your gem is not compatible with activejob as it raises the following issue
ActiveJob::SerializationError: Unsupported argument type: Inventory::JsonbModels::Telephone
Here is the store model class
any solution for that error
The text was updated successfully, but these errors were encountered: