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 readme [nathan sutton]

git-svn-id: 
http://svn.techno-weenie.net/projects/plugins/attachment_fu@2926 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Mon Jul 02 18:28:00 -0700 2007
commit  62b13b5d9690d184e2074cbe75eace0bd31fd717
tree    93ced0dab3f9c27872a0d399ba523ccfaa9bf3f0
parent  1b498f4ea0b4d372e0418e7652c82efcf497e224
0
...
45
46
47
48
 
49
50
51
...
45
46
47
 
48
49
50
51
0
@@ -45,7 +45,7 @@ has_attachment(options = {})
0
                       # Uses public/#{table_name} by default for the filesystem, and just #{table_name} for the S3 backend.
0
                       # Setting this sets the :storage to :file_system.
0
     :storage # Specifies the storage system to use..
0
- # Defaults to :db_system. Options are :file_system, :db_file, and :s3.
0
+ # Defaults to :db_file. Options are :file_system, :db_file, and :s3.
0
     :processor # Sets the image processor to use for resizing of the attached image.
0
                       # Options include ImageScience, Rmagick, and MiniMagick. Default is whatever is installed.
0
     

Comments

    No one has commented yet.