Skip to content

Instantly share code, notes, and snippets.

@jarrad
Last active August 29, 2015 14:16
Show Gist options
  • Save jarrad/16fc5399f4cbc3651ce8 to your computer and use it in GitHub Desktop.
Save jarrad/16fc5399f4cbc3651ce8 to your computer and use it in GitHub Desktop.
Skip Devise Confirmation
user = User.find(user_id).skip_confirmation!
user.save!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment