dima/restfulx

AMF serialization of multiple nested relationships is broken

dima opened this issue · 1 comments

dima commented

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 commented

Closed by 2d4cfa0