ok, the site is back up. what i wanted was

<%= image_tag @user.photo.url %>

or if "thumb" (for example) is defined in the has_attached_file :photo
line you can do this

<%= image_tag @user.photo.url(:thumb) %>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
Users" 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/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to