Improved profile & team member show

This commit is contained in:
Dmitriy Zaporozhets 2012-03-24 01:01:36 +02:00
parent fea6494666
commit 1c6df8e075
9 changed files with 139 additions and 81 deletions

View file

@ -0,0 +1,5 @@
class AddBioFieldToUser < ActiveRecord::Migration
def change
add_column :users, :bio, :string, :null => true
end
end