Hi, I'm trying to use ActiveResource to edit radiant pages and running into some problems. Reading seems to work fine but when I try to save a page I end up with:
ActiveRecord::AssociationTypeMismatch (PagePart(#70086996993120) expected, got HashWithIndifferentAccess(#70087036317660)): So it seems like the parts array is not being recognized as an array of PageParts but instead just an array of hashes. Has anyone else run into this problem or have any advice?
