Froze rails gems
[depot.git] / vendor / rails / activerecord / test / fixtures / companies.yml
1 first_client:
2 id: 2
3 type: Client
4 firm_id: 1
5 client_of: 2
6 name: Summit
7 ruby_type: Client
8 firm_name: 37signals
9
10 first_firm:
11 id: 1
12 type: Firm
13 name: 37signals
14 ruby_type: Firm
15
16 second_client:
17 id: 3
18 type: Client
19 firm_id: 1
20 client_of: 1
21 name: Microsoft
22 ruby_type: Client
23
24 another_firm:
25 id: 4
26 type: Firm
27 name: Flamboyant Software
28 ruby_type: Firm
29
30 another_client:
31 id: 5
32 type: Client
33 firm_id: 4
34 client_of: 4
35 name: Ex Nihilo
36 ruby_type: Client
37
38 rails_core:
39 id: 6
40 name: RailsCore
41 type: DependentFirm
42
43 leetsoft:
44 id: 7
45 name: Leetsoft
46 client_of: 6
47
48 jadedpixel:
49 id: 8
50 name: Jadedpixel
51 client_of: 6
52
53 odegy:
54 id: 9
55 name: Odegy
56 type: ExclusivelyDependentFirm