Commit 310e23d0 by Jeremy Pinnix

Corrected classname in README files

parent edfff2fb
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment