Skip to content

Instantly share code, notes, and snippets.

@zgolus
Created May 15, 2018 08:55
Show Gist options
  • Save zgolus/f2a0febad0df8f1b42f63f29bfc16f7e to your computer and use it in GitHub Desktop.
Save zgolus/f2a0febad0df8f1b42f63f29bfc16f7e to your computer and use it in GitHub Desktop.
user = User.find_by_email("[email protected]")
user.state="active"
user.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment