-
Notifications
You must be signed in to change notification settings - Fork 539
Expand file tree
/
Copy pathpeople.yml
More file actions
40 lines (35 loc) · 892 Bytes
/
people.yml
File metadata and controls
40 lines (35 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
a:
id: 1001
name: Joe Author
email: joe@xyz.fake
date_joined: <%= DateTime.parse('2013-08-07 20:25:00 UTC +00:00') %>
preferences_id: 1
b:
id: 1002
name: Fred Reader
email: fred@xyz.fake
date_joined: <%= DateTime.parse('2013-10-31 20:25:00 UTC +00:00') %>
hair_cut_id: 1
c:
id: 1003
name: Lazy Author
email: lazy@xyz.fake
date_joined: <%= DateTime.parse('2013-10-31 21:25:00 UTC +00:00') %>
d:
id: 1004
name: Tag Crazy Author
email: taggy@xyz.fake
date_joined: <%= DateTime.parse('2013-11-30 4:20:00 UTC +00:00') %>
e:
id: 1005
name: Wilma Librarian
email: lib@xyz.fake
date_joined: <%= DateTime.parse('2013-11-30 4:20:00 UTC +00:00') %>
book_admin: true
preferences_id: 55
favorite_vehicle_id: 1
x:
id: 1000
name: The Shadow
email: nobody@nowhere.comment_num
date_joined: <%= DateTime.parse('1970-01-01 20:25:00 UTC +00:00') %>