~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/activerecord/test/fixtures/companies.yml

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
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