-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
[0.10.0rc1] has_many
doesn't work without serializer defined on association
#877
Comments
Same here, I avoided that error specifying a serializer for the relationship. |
Duplicate of #870 |
I think it's similar symptoms, but not a dup of #870...
|
I'm also not sure if it's a dup. Not sure if #949 impacts it. |
I think this is related to #945 (comment) as well |
Done in #955 |
Yeah it's definitely related to #945, I'm interested in make this happen! |
I have this serializer:
style_configurations
doesn't have an AMS defined, it's just using the standard rails json response. Under 0.9x this works fine, but on today's new RC, I get this:The text was updated successfully, but these errors were encountered: