wmakley / tiny_serializer

Simple Ruby JSON Serialization DSL. Replaces active_model_serializers.
MIT License
53 stars 2 forks source link

New serializer instance for each collection object #9

Closed trevorrjohn closed 6 years ago

trevorrjohn commented 6 years ago

We should create a new instance for each object in the collection.

wmakley commented 6 years ago

Thanks, looks good!