From: Luis Lavena Date: 2010-01-22T10:50:04+09:00 Subject: Re: PaperClip: Attach files through script/console On 21 ene, 19:53, John O'gara wrote: > I'm wondering is it possible to attach a file through script/console? image = Image.new(:storage => File.open('/path/to/my/image.png', rb)) Where: Image is your model storage is your paperclip definition of has_attachment. HTH, -- Luis Lavena