public
Description: Paperclip File Management Plugin
Homepage: http://www.thoughtbot.com/projects/paperclip
Clone URL: git://github.com/thoughtbot/paperclip.git
Fixes a minor naming error in the generator
mikker (author)
Thu Jun 12 02:50:30 -0700 2008
commit  e61cb89b2c222bba2ad611738de94c14be5f1ce9
tree    05419d62ee7c3e8cae3fd415f0b59b5d9b9ae422
parent  311732b3b4f8ab4985506e7e2c03af7d57893ff2
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,5 +1,5 @@
0
 Usage:
0
 
0
- script/generate attachment Class attachment1 attachment2
0
+ script/generate paperclip Class attachment1 (attachment2 ...)
0
   
0
 This will create a migration that will add the proper columns to your class's table.
0
\ No newline at end of file

Comments

    No one has commented yet.