Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/jpinnix/paperclip into pulls
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Jun 9, 2008
2 parents 14fb769 + 310e23d commit e0c9d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In your model:

In your migrations:

class AddAvatarColumsToUser < ActiveRecord::Migration
class AddAvatarColumnsToUser < ActiveRecord::Migration
def self.up
add_column :users, :avatar_file_name, :string
add_column :users, :avatar_content_type, :string
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In your model:

In your migrations:

class AddAvatarColumsToUser < ActiveRecord::Migration
class AddAvatarColumnsToUser < ActiveRecord::Migration
def self.up
add_column :users, :avatar_file_name, :string
add_column :users, :avatar_content_type, :string
Expand Down

0 comments on commit e0c9d64

Please sign in to comment.