public
Description: Paperclip File Management Plugin
Homepage: http://www.thoughtbot.com/projects/paperclip
Clone URL: git://github.com/thoughtbot/paperclip.git
Corrected classname in README files
jpinnix (author)
Wed Jun 04 12:06:13 -0700 2008
commit  310e23d0af68f2f72a37733602914f53babfe08c
tree    b82d439bc2b3c56514dd3b5351f5dd42e03965fe
parent  edfff2fb48efd52ca0430c932deb293f3f53befe
0
...
14
15
16
17
 
18
19
20
...
14
15
16
 
17
18
19
20
0
@@ -14,7 +14,7 @@ In your model:
0
 
0
 In your migrations:
0
 
0
- class AddAvatarColumsToUser < ActiveRecord::Migration
0
+ class AddAvatarColumnsToUser < ActiveRecord::Migration
0
     def self.up
0
       add_column :users, :avatar_file_name, :string
0
       add_column :users, :avatar_content_type, :string
...
14
15
16
17
 
18
19
20
...
14
15
16
 
17
18
19
20
0
@@ -14,7 +14,7 @@ In your model:
0
 
0
 In your migrations:
0
 
0
- class AddAvatarColumsToUser < ActiveRecord::Migration
0
+ class AddAvatarColumnsToUser < ActiveRecord::Migration
0
     def self.up
0
       add_column :users, :avatar_file_name, :string
0
       add_column :users, :avatar_content_type, :string

Comments

    No one has commented yet.