Skip to content

Commit

Permalink
Corrected classname in README files
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinnix committed Jun 4, 2008
1 parent edfff2f commit 310e23d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
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
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 310e23d

Please sign in to comment.