You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my application use SingleTableInheritence models, and using ActiveModelSerialiser, the parent class serializer is automatically picked up. with fast_jsonapi, a default built-in serializer is used, and thus mine is ignored.
Yes this is know issue. #155 took care of part of it not the entire problem. If you have some time to contribute please try to complete the solution from #155
my application use SingleTableInheritence models, and using ActiveModelSerialiser, the parent class serializer is automatically picked up. with fast_jsonapi, a default built-in serializer is used, and thus mine is ignored.
models:
my serializer was picked up with AMS but not this gem.
Thank you
The text was updated successfully, but these errors were encountered: