We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gem version: 1.10.0. I'm trying something like
expose Foo.all, each_serializer: CustomSerializer
and the CustomSerializer is not being applied.
The text was updated successfully, but these errors were encountered:
rocket_pants doesn't honor active_model_serializer 's each_serializer syntax
rocket_pants
active_model_serializer
each_serializer
bundle list * active_model_serializers (0.9.0) * rocket_pants (1.10.0)
Sorry, something went wrong.
Is there are workaround for this?
Not at the moment, but I'll be fixing this as part of #110 so please check there.
No branches or pull requests
Gem version: 1.10.0. I'm trying something like
and the CustomSerializer is not being applied.
The text was updated successfully, but these errors were encountered: