Renames confirmed_oauth_email to oauth_email
Refactors the way oauth_email is used to cover more cases (fixes pending specs)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RenameConfirmedOauthEmailToOauthEmail < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :users, :confirmed_oauth_email, :oauth_email
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user