merging upstream changes
This commit is contained in:
commit
6c40e89853
47 changed files with 383 additions and 146 deletions
5
db/migrate/20120323221339_add_bio_field_to_user.rb
Normal file
5
db/migrate/20120323221339_add_bio_field_to_user.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddBioFieldToUser < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :bio, :string, :null => true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue