to_file
has been removed
Show archive.org snapshot
in Paperclip 3.0.1.
Instead of using File
to access Paperclip storage objects (like this: File.read(file.to_file.path)
) you can use
Paperclip.io_adapters.for(file).read
Posted by Thomas Eisenbarth to makandra dev (2012-09-19 14:50)