search for: a3853979

Displaying 1 result from an estimated 1 matches for "a3853979".

Did you mean: 3753979
2006 Apr 04
4
Newbie File_Column and Console Question.
I recently got File_Column installed and working and it is great, but now I find myself needing to resize all the images I already uploaded. Through the web I found that the answer lies in going to the script/console and adding: Attachment.find(:all).each do |a| a.asset = File.open(a.asset) a.save end But what exactly do I do next, I tried running it with no success. How can I make