added user edit, show view info and spec for user profile update
This commit is contained in:
parent
c48c8afa51
commit
a2dd90d355
8 changed files with 155 additions and 14 deletions
14
db/migrate/20160830122446_add_twitter_to_users.rb
Normal file
14
db/migrate/20160830122446_add_twitter_to_users.rb
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
class AddTwitterToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :twitter, :string
|
||||
add_column :users, :googleplus, :string
|
||||
add_column :users, :linkedin, :string
|
||||
add_column :users, :gnu, :string
|
||||
add_column :users, :diaspora, :string
|
||||
add_column :users, :github, :string
|
||||
add_column :users, :gitlab, :string
|
||||
add_column :users, :gna, :string
|
||||
add_column :users, :savannah, :string
|
||||
add_column :users, :website_url, :string
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue