Add AvatarUploader

This commit is contained in:
Rei
2014-02-19 21:02:15 +08:00
parent f9b78f4919
commit b6167800c2
5 changed files with 34 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ class CreateUsers < ActiveRecord::Migration
t.string :username_lower
t.string :password_digest
t.text :bio
t.string :avatar
t.datetime :locked_at
t.timestamps