aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/companies.yml
blob: ab9d5378ad50632de67bdd8cab50a075a72a8330 (plain) (blame)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
first_client:
  id: 2
  type: Client
  firm_id: 1
  client_of: 2
  name: Summit
  firm_name: 37signals

first_firm:
  id: 1
  type: Firm
  name: 37signals
  firm_id: 1

second_client:
  id: 3
  type: Client
  firm_id: 1
  client_of: 1
  name: Microsoft

another_firm:
  id: 4
  type: Firm
  name: Flamboyant Software

another_client:
  id: 5
  type: Client
  firm_id: 4
  client_of: 4
  name: Ex Nihilo

a_third_client:
  id: 10
  type: Client
  firm_id: 4
  client_of: 4
  name: Ex Nihilo Part Deux

rails_core:
  id: 6
  name: RailsCore
  type: DependentFirm

leetsoft:
  id: 7
  name: Leetsoft
  client_of: 6

jadedpixel:
  id: 8
  name: Jadedpixel
  client_of: 6

odegy:
  id: 9
  name: Odegy
  type: ExclusivelyDependentFirm

another_first_firm_client:
  id: 11
  type: Client
  firm_id: 1
  client_of: 1
  name: Apex
  firm_name: 37signals