Skip to content

Instantly share code, notes, and snippets.

@abhianair
Created November 1, 2018 04:51
Show Gist options
  • Save abhianair/0bce52f5f4f59732a4e17644a5ed472e to your computer and use it in GitHub Desktop.
Save abhianair/0bce52f5f4f59732a4e17644a5ed472e to your computer and use it in GitHub Desktop.
Rails console - Maiking a user admin
@user = User.find(id)
@user.admin = true
@user.save!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment