I installed ImageMagick and I have this in my model:
  has_attached_file :image, :style => { :small => "150x150>"}
then in show I have
<%= image_tag @analysis.image.url(:small) %>
But the name of the file is displaying instead of a resized photo.
Why is that?
-- 
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.