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
Search Repo:
Click here to lend your support to: attachment_fu and make a donation at www.pledgie.com !
fix install.rb snafu

git-svn-id: 
http://svn.techno-weenie.net/projects/plugins/attachment_fu@2579 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sat Dec 23 12:04:45 -0800 2006
commit  bd18f3711b63d3ca1e86020dd4827052572d56bb
tree    eebdbee1a7bff21b3adf11aa416d9ea954f4e7a9
parent  d89bfe439f34f3e12fc2b6840d69e1f95be2645f
...
1
2
3
4
 
5
...
1
2
3
 
4
5
0
@@ -1,6 +1,6 @@
0
 require 'fileutils'
0
 
0
 s3_config = File.dirname(__FILE__) + '/../../../config/amazon_s3.yml'
0
-FileUtils.cp File.dirname(__FILE__) + '/amazon_s3.yml.tpl', s3config unless File.exist?(s3_config)
0
+FileUtils.cp File.dirname(__FILE__) + '/amazon_s3.yml.tpl', s3_config unless File.exist?(s3_config)
0
 puts IO.read(File.join(File.dirname(__FILE__), 'README'))

Comments

    No one has commented yet.