openstreetmap-website/test/fixtures/diary_comments.yml
2012-03-07 15:59:07 +00:00

23 lines
495 B
YAML

comment_for_geo_post:
id: 1
diary_entry_id: 2
user_id: 2
body: Some comment text
created_at: "2008-11-08 09:45:34"
updated_at: "2008-11-08 10:34:34"
comment_by_suspended_user:
id: 2
diary_entry_id: 2
user_id: 10
body: Some comment text
created_at: "2008-11-08 09:45:34"
updated_at: "2008-11-08 10:34:34"
comment_by_deleted_user:
id: 3
diary_entry_id: 2
user_id: 11
body: Some comment text
created_at: "2008-11-08 09:45:34"
updated_at: "2008-11-08 10:34:34"