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
rocket_pant version 1.10.0 ignores the individual object serializer when serializing an array of that object.
rocket_pants should be to be consistent with ActiveModelSerializer behavior:
In your controllers, when you use render :json for an array of objects, AMS will use
ActiveModel::ArraySerializer (included in this project) as the base serializer, and the individual
Serializer for the objects contained in that array.
The text was updated successfully, but these errors were encountered:
rocket_pant version 1.10.0 ignores the individual object serializer when serializing an array of that object.
rocket_pants should be to be consistent with ActiveModelSerializer behavior:
from ActiveModelSerializer 0.9.0
The text was updated successfully, but these errors were encountered: