Skip to content

Instantly share code, notes, and snippets.

@theareba
Last active February 7, 2019 11:40
Show Gist options
  • Save theareba/29bb350277120746bcf3e02d76a2487b to your computer and use it in GitHub Desktop.
Save theareba/29bb350277120746bcf3e02d76a2487b to your computer and use it in GitHub Desktop.
User.find_each do |user|
next if user.email == user.email.downcase
user.email = user.email.downcase
user.skip_reconfirmation!
user.save(validate: false)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment