Skip to content

Instantly share code, notes, and snippets.

@vparihar01
Created July 11, 2014 19:03
Show Gist options
  • Save vparihar01/5a01908a0a10b855efd3 to your computer and use it in GitHub Desktop.
Save vparihar01/5a01908a0a10b855efd3 to your computer and use it in GitHub Desktop.
users = ["xxxxx@xxxxx.com","xxxx@xxxx.com"]
users.each do |i|
user = User.where(:email => i).first
puts "USER ADMIN CREATION=>>>> #{user.class}"
user.add_role :SuperAdmin
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment