companies.yml 645 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
first_client:
  id: 2
  type: Client
  firm_id: 1
  client_of: 2
  name: Summit
  ruby_type: Client

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

second_client:
  id: 3
  type: Client
  firm_id: 1
  client_of: 1
  name: Microsoft
  ruby_type: Client
22 23 24 25 26 27 28 29 30 31 32 33 34 35

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

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

rails_core:
38 39
  id: 6          
  name: RailsCore
40 41 42
  type: DependentFirm
  
leetsoft:
43 44
  id: 7 
  name: Leetsoft
45 46 47
  client_of: 6
  
jadedpixel:
48 49
  id: 8 
  name: Jadedpixel
50
  client_of: 6