You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great, thanks a lot! Just FYI in the end we went with this patch, it plays better with the changes to marshaling in the latest version of contentful.rb
Contentful::Array
inherits fromContentful::BaseResource
, which implements custommarshal
/unmarshal
hooks.Array uses several instance variables not present in its superclass, so after unmarshalling you end up with a broken instance.
I'm working around it now with this monkey patch, but would be great if this could be addressed.
Thanks!
The text was updated successfully, but these errors were encountered: