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
It seems like if you have a serialized field declared in your model that is being stored in the translation table when you try accessing to it it doesn't deserialize and you get a String instead of an Array.
Would be great if globalize2 could handle it. The serialize function doesn't work anymore. :/.
I got to put everywhere YAML::load around the returned String to make it work again.
The text was updated successfully, but these errors were encountered:
It seems like if you have a serialized field declared in your model that is being stored in the translation table when you try accessing to it it doesn't deserialize and you get a String instead of an Array.
Would be great if globalize2 could handle it. The serialize function doesn't work anymore. :/.
I got to put everywhere YAML::load around the returned String to make it work again.
The text was updated successfully, but these errors were encountered: