Skip to content
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

AMF serialization of multiple nested relationships is broken #6

Closed
dima opened this issue Jan 14, 2010 · 1 comment
Closed

AMF serialization of multiple nested relationships is broken #6

dima opened this issue Jan 14, 2010 · 1 comment
Labels

Comments

@dima
Copy link
Owner

dima commented Jan 14, 2010

The following works:

@projects.to_amf(:include => [:sprints])

However, the following is broken:

@project.to_amf(:include => {:sprints => {:include => [:tasks]}})

Needs to be investigated.

@dima
Copy link
Owner Author

dima commented Jan 14, 2010

Closed by 2d4cfa0

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant