Skip to content

Instantly share code, notes, and snippets.

@ryanatwork
Created May 2, 2012 19:06
Show Gist options
  • Save ryanatwork/2579335 to your computer and use it in GitHub Desktop.
Save ryanatwork/2579335 to your computer and use it in GitHub Desktop.
Admin for Brigade
a = User.find_by_email('kevin@codeforamerica.org')
a.admin = true
a.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment