Ilnur Nasyrov
Results
3
comments of
Ilnur Nasyrov
http://stackoverflow.com/questions/17031651/invalid-byte-sequence-in-us-ascii-argument-error-when-i-run-rake-dbseed-in-ra
> It seems like to_json works as expected by converting all nested models. So a workaround might be JSON.parse(model.to_json). looks like this workaround doesn't work anymore ```ruby require 'virtus' class...