Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. User.create!([{
  2. name: "Ant-Man",
  3. email: "1234@gmail.com",
  4. product: "mac","piano","paper","book",
  5. password: "123456",
  6. },
  7. {
  8. name: "Joe",
  9. email: "joe@gmail.com",
  10. product: "macboook",
  11. password: "123456",
  12. },
  13. {
  14. name: "Alice",
  15. email: "123@gmail.com",
  16. product: "mascara",
  17. password: "123456",
  18. },
  19. {
  20. name: "Amy",
  21. email: "amy@gmail.com",
  22. product: "travelling book",
  23. password: "123456",
  24. },
  25. {
  26. name: "James",
  27. email: "James@gmail.com",
  28. product: "pen",
  29. password: "123456",
  30. },
  31. {
  32. name: "Edward",
  33. email: "edward@gmail.com",
  34. product: "piano",
  35. password: "123456",
  36. },])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement