public
Description: Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.
Homepage: http://weblog.techno-weenie.net
Clone URL: git://github.com/technoweenie/attachment_fu.git
Click here to lend your support to: attachment_fu and make a donation at www.pledgie.com !
fix issue with race condition in mini magick processor [nickyp]

git-svn-id: 
http://svn.techno-weenie.net/projects/plugins/attachment_fu@2862 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Thu May 10 07:07:31 -0700 2007
commit  87eab0655a162c727d8b423c706f90c4078ebe8f
tree    b84e8bd12b31db97ad87494f161223139a8c299c
parent  6394c42c5627be05dafa61a5da8b3965e8528d97
...
48
49
50
51
 
52
53
54
...
48
49
50
 
51
52
53
54
0
@@ -48,7 +48,7 @@ module Technoweenie # :nodoc:
0
           else
0
             img.resize(size.to_s)
0
           end
0
- self.temp_path = img.path
0
+ self.temp_path = img
0
         end
0
       end
0
     end

Comments

    No one has commented yet.