Yura
Yura
@stas you're right 😄 Just replaced `#with_indifferent_access` method with `#deep_stringify_keys`. Should be okay as well
@stas it won't work in this way just after `#to_h`. As I understood, keys should be a strings, not symbols ``` { data: {} }.as_json.keys.first.class # => String { data:...
@stas that's also not a good idea, cause it won't "stringify" nested keys, like `attributes`, etc. With current `#as_json` logic all nested keys are strings
@stas Everything is pretty simple and as you said. Just have one multipart request and find such behavior