Omniauth + Omniauthfacebook

für
This commit is contained in:
Andreas Stephanides
2013-08-25 13:08:39 +02:00
parent 79e4b71df3
commit c592bf9d97
6 changed files with 71 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
class AddColumnsToUsers < ActiveRecord::Migration
def change
add_column :users, :provider, :string
add_column :users, :uid, :string
add_column :users, :name, :string
end
end