You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

comments.yml 459B

1234567891011121314151617
  1. # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
  2. comments_001:
  3. commented_type: News
  4. commented_id: 1
  5. id: 1
  6. author_id: 1
  7. content: my first comment
  8. created_on: 2006-12-10 18:10:10 +01:00
  9. updated_on: 2006-12-10 18:10:10 +01:00
  10. comments_002:
  11. commented_type: News
  12. commented_id: 1
  13. id: 2
  14. author_id: 2
  15. content: This is an other comment
  16. created_on: 2006-12-10 18:12:10 +01:00
  17. updated_on: 2006-12-10 18:12:10 +01:00