Guest User

Untitled

a guest
Feb 19th, 2018
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. # Only 1 author, with 10 posts. Each post has 10 comments and 10 tags.
  2.  
  3. # authors.yml
  4. luca:
  5. id: 1
  6. first_name: Luca
  7. last_name: Guidi
  8.  
  9. # posts.yml
  10. one:
  11. id: 1
  12. author_id: 1
  13. title: Lorem ipsum dolor sit amet
  14. text: Lorem ipsum dolor sit amet # ... 4094 chars
  15.  
  16. # comments.yml
  17. one_for_one:
  18. post_id: 1
  19. author: John Doe
  20. email: john.doe@email.com
  21. text: Lorem ipsum dolor sit amet # ... 893 chars
  22.  
  23. # tags.yml
  24. ruby_for_one:
  25. taggable_id: 1
  26. taggable_type: Post
  27. name: ruby
Add Comment
Please, Sign In to add comment