Skip to content

Instantly share code, notes, and snippets.

@memaker
Created November 11, 2016 22:42
Show Gist options
  • Save memaker/9b2e4d3d9eb560f32a86b0cd81fd5568 to your computer and use it in GitHub Desktop.
Save memaker/9b2e4d3d9eb560f32a86b0cd81fd5568 to your computer and use it in GitHub Desktop.
# db/seeds.rb
User.create(name: 'Roberto', email: 'roberto@mail.com')
User.create(name: 'Txemi', email: 'txemi@mail.com')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment