summaryrefslogtreecommitdiffstats
path: root/models/fixtures/email_address.yml
blob: c37d9a787778f748da5e2ac0c0435abc3d93e683 (plain)
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
-
  id: 1
  uid: 1
  email: user11@example.com
  is_activated: false

-
  id: 2
  uid: 1
  email: user12@example.com
  is_activated: false

-
  id: 3
  uid: 2
  email: user2@example.com
  is_activated: true

-
  id: 4
  uid: 2
  email: user21@example.com
  is_activated: false

-
  id: 5
  uid: 9999999
  email: user9999999@example.com
  is_activated: true

-
  id: 6
  uid: 10
  email: user101@example.com
  is_activated: true