I have a avatar uploader using carrierwave and I want to get the location image at store which in my case is AWS.
I have used after_save callback of active record but it is giving me cache location. My code to get image location is
avatar.thumb.url
example location that i am getting
/uploads/tmp/1407250444-20636-7072/Score.png
I am using Rails4 and carrierwave version is 0.10.0