-
Notifications
You must be signed in to change notification settings - Fork 12
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
Saving with nested parameters doesn't work #31
Comments
Which version of |
|
You're right, we're not handling that case for arrays when adding data to the |
Thanks! |
@esbanarango were you able to fix this? I forked the repo and started looking at it myself, but didn't find a great way to test. |
@esbanarango I almost have a pull ready - quick question about the format. My pull is currently producing:
Is that correct or should it be Maybe like |
Rails doesn't seem to like the [0] |
I have a serializer that has nested JSON. For example:
The images array is sent to the server as
If
.save
is called it works fine, breaks with.saveWithAttachment
The text was updated successfully, but these errors were encountered: