Skip to content

Instantly share code, notes, and snippets.

@saimonmoore
Created February 23, 2010 10:19
Show Gist options
  • Select an option

  • Save saimonmoore/312052 to your computer and use it in GitHub Desktop.

Select an option

Save saimonmoore/312052 to your computer and use it in GitHub Desktop.
User.create(:name => 'Chloe', :email => '[email protected]', :password => 'secret', :password_confirmation => 'secret')
User.create(:name => 'Sofia', :email => '[email protected]', :password => 'secret', :password_confirmation => 'secret')
User.create(:name => 'Ana', :email => '[email protected]', :password => 'secret', :password_confirmation => 'secret')
User.create(:name => 'Claudia', :email => '[email protected]', :password => 'secret', :password_confirmation => 'secret')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment