I am using the gem "uploadcare-rails", ">= 0.1.0" https://github.com/mouseed/uploadcare-rails in my Rails application for uploading images. After file upload it assigns uuid to value of the image column. It only save the uuid in the image column and doesn't save any other information like record.image.url, record.image.size or record.image.image?
I am currently on free plan. Does it provide all the file info on free plan or is there any thing I am doing wrong?