Hello.
Any attachment_fu users out there that have updated their code?
The file system storage scheme has changed. The old way:
RAILS_ROOT/public/my_models/5/blah.jpg
Is now more like this:
RAILS_ROOT/public/my_models/0000/0005/blah.jpg
Has anyone written a script or anything to migrate between the two? All of my images are now broken.
Anyone already solved this?
Hunter