Skip to content

Instantly share code, notes, and snippets.

@DobrinTs

DobrinTs/example Secret

Created November 28, 2016 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DobrinTs/6e707e6639d4efb986bbf36b9c36cd57 to your computer and use it in GitHub Desktop.
Save DobrinTs/6e707e6639d4efb986bbf36b9c36cd57 to your computer and use it in GitHub Desktop.
user = User.find_by_email('gosho123@abv.bg')[0]
user.username = 'ivan'
user.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment