Skip to content

Instantly share code, notes, and snippets.

@Levii01
Created September 12, 2017 14:54
Show Gist options
  • Save Levii01/c46dbf55feb9ad6aaf9c04e0a3da54c3 to your computer and use it in GitHub Desktop.
Save Levii01/c46dbf55feb9ad6aaf9c04e0a3da54c3 to your computer and use it in GitHub Desktop.
Account.where(token: nil).each do |account|
account.token = SecureRandom.uuid
account.save!(validate: false)
end
Account.where(token: nil).size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment