aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/fixtures/companies.yml
blob: 29b949e16bd3a9945039265f7b67009f1bd4cc4e (plain) (tree)




















                   













                           











                     
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

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

rails_core:
  id: 6
  type: DependentFirm
  
leetsoft:
  id: 7
  client_of: 6
  
jadedpixel:
  id: 8
  client_of: 6