rubyonrails-talk
August 27th, 2006, 10:30 AM
hello,
I have recently discovered the file column plugin. so far I have got my
images uploading and displaying just fine. However, I can't seem to
display two different versions of my image. I have a thumbnail and a
medium size specified in my model.
class Image < ActiveRecord::Base
file_column :image, :magick => {
More... (http://groups.google.com/group/rubyonrails-talk/msg/2eb1d9d0874f66c7)
I have recently discovered the file column plugin. so far I have got my
images uploading and displaying just fine. However, I can't seem to
display two different versions of my image. I have a thumbnail and a
medium size specified in my model.
class Image < ActiveRecord::Base
file_column :image, :magick => {
More... (http://groups.google.com/group/rubyonrails-talk/msg/2eb1d9d0874f66c7)