extended user profile with social fields
This commit is contained in:
parent
9ad444f02e
commit
59704f481e
10 changed files with 93 additions and 4 deletions
7
db/migrate/20111019212429_add_social_to_user.rb
Normal file
7
db/migrate/20111019212429_add_social_to_user.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class AddSocialToUser < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :skype, :string
|
||||
add_column :users, :linkedin, :string
|
||||
add_column :users, :twitter, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue