public
Fork of technoweenie/attachment_fu
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/ismasan/attachment_fu.git
Search Repo:
tests

git-svn-id: 
http://svn.techno-weenie.net/projects/plugins/attachment_fu@2549 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Wed Dec 13 16:59:38 -0800 2006
commit  941233203ad0ddd85929e91625cfa98bdaaa334b
tree    c7a90c76f5f3a1e753383698f0b805469c91eee7
parent  1e91f6545a38dc16bf7ba35292841dbe8f860fb0
...
5
6
7
8
 
9
10
11
12
13
14
15
 
16
17
18
...
5
6
7
 
8
9
10
11
12
13
14
 
15
16
17
18
0
@@ -5,14 +5,14 @@ require 'rake/rdoctask'
0
 desc 'Default: run unit tests.'
0
 task :default => :test
0
 
0
-desc 'Test the acts_as_attachment plugin.'
0
+desc 'Test the attachment_fu plugin.'
0
 Rake::TestTask.new(:test) do |t|
0
   t.libs << 'lib'
0
   t.pattern = 'test/**/*_test.rb'
0
   t.verbose = true
0
 end
0
 
0
-desc 'Generate documentation for the acts_as_attachment plugin.'
0
+desc 'Generate documentation for the attachment_fu plugin.'
0
 Rake::RDocTask.new(:rdoc) do |rdoc|
0
   rdoc.rdoc_dir = 'rdoc'
0
   rdoc.title = 'ActsAsAttachment'

Comments

    No one has commented yet.