Skip to content

Instantly share code, notes, and snippets.

@excid3
Created December 14, 2011 00:45
Show Gist options
  • Save excid3/1474669 to your computer and use it in GitHub Desktop.
Save excid3/1474669 to your computer and use it in GitHub Desktop.
Admin Seed
AdminUser.create :email => "bob@example.com"
AdminUser.create :email => "sally@example.com"
AdminUser.create :email => "jimbo@example.com"
AdminUser.create :email => "walter@example.com"
AdminUser.create :email => "angela@example.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment