Hello again! Alright, so for some reason, the real issue is having <%= link_to image_tag(picture.public_filename(:thumb)), picture.public_filename %>. Now, it shows the thumb, and when you click on it, it just brings you to a page with the thumbnail of the image on it, instead of the full-sized image. Does anyone know what is causing this?
Thanks, David Pham On Jun 14, 12:21 pm, davidkpham <[EMAIL PROTECTED]> wrote: > Hello! > > I'm using attachment_fu with rmagick and a herokuassets backend. On > one page, I have image_tag(picture.public_filename(:thumb)) and it > shows the thumb. > > However, on another page, I have the same thing but it just shows the > full sized picture. Does anyone know what contributes to this problem? > > Thanks, > David Pham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
