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
see common issues and resolutions section in contributing
So, tl;dr the serializer has a different interface because it is different.
You could monkey patch the serializer with a call to the serializable resource and the attributes adapter?
The serializer in the 0.10 series does have attributes and associations methods.
attributes
associations
and see https://github.com/rails-api/active_model_serializers/blob/master/docs/ARCHITECTURE.md
and perhaps #1371 (until it is merged, then ask me to update this issue).
and ref #1321 (comment)
The text was updated successfully, but these errors were encountered:
There's no demand for this. Closing as stale.
Sorry, something went wrong.
No branches or pull requests
see common issues and resolutions section in contributing
So, tl;dr the serializer has a different interface because it is different.
You could monkey patch the serializer with a call to the serializable resource and the attributes adapter?
The serializer in the 0.10 series does have
attributes
andassociations
methods.and see https://github.com/rails-api/active_model_serializers/blob/master/docs/ARCHITECTURE.md
and perhaps #1371 (until it is merged, then ask me to update this issue).
and ref #1321 (comment)
The text was updated successfully, but these errors were encountered: