Remove :rails_root/public/system from default URL of S3 storage
So instead of having: http://s3.amazonaws.com/paperclip/var/www/foo.com/current/avatars/1/original/foo.jpg because default path has the :rails_root, now you'd have: http://s3.amazonaws.com/paperclip/avatars/1/original/foo.jpg This shouldn't affect your application because you'd normally set the path to some string.
Showing
Please
register
or
sign in
to comment