Sutto / rocket_pants

API building tools on top of ActionController. Also, an awesome name.
MIT License
981 stars 130 forks source link

:each_serializer doesn't seem to work #112

Closed mattcl closed 9 years ago

mattcl commented 10 years ago

Gem version: 1.10.0. I'm trying something like

expose Foo.all, each_serializer: CustomSerializer

and the CustomSerializer is not being applied.

yacc commented 10 years ago

rocket_pants doesn't honor active_model_serializer 's each_serializer syntax

bundle list
  * active_model_serializers (0.9.0)
  * rocket_pants (1.10.0)
toxin20 commented 9 years ago

Is there are workaround for this?

Sutto commented 9 years ago

Not at the moment, but I'll be fixing this as part of #110 so please check there.