aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/companies.yml
blob: 9100cfd6ab2c1d2b601941e9cfa1322c3cb8f275 (plain) (blame)
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