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
@whisere could you give me more info on the steps you took to get this to error. I have tried multiple different import/export configurations and I haven't been able to get this error to show up.
try export and import json:
no implicit conversion of Symbol into String:
def deserialize_featured_image(obj, method, data)
file = data.delete(:image)
image = obj.public_send("build_#{method}")
image.update(data)
if file
The text was updated successfully, but these errors were encountered: