I got a problem using paperclip gem in rails. I was following this tutorial https://devcenter.heroku.com/articles/paperclip-s3
I got this param in my avatar ActionDispatch::Http::UploadedFile:0x007f5f2bdafde0
that give me this error when i'm using json:
"\xFF" from ASCII-8BIT to UTF-8
So anyone know what i have to do with this param ? I tried to force encode it but it's not working any ideas?
I am using s3 amazon service for upload my avatar.