Sha256: b37ed757bbf65bf73ad26d7b5be4d87b0886f5bbd4de2287b134da58d0404f6b

Contents?: true

Size: 983 Bytes

Versions: 4

Compression:

Stored size: 983 Bytes

Contents

first_client:
  id: 2
  type: Client
  firm_id: 1
  client_of: 2
  name: Summit
  firm_name: 37signals

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

second_client:
  id: 3
  type: Client
  firm_id: 1
  client_of: 1
  name: Microsoft

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

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

a_third_client:
  id: 10
  type: Client
  firm_id: 4
  client_of: 4
  name: Ex Nihilo Part Deux

rails_core:
  id: 6
  name: RailsCore
  type: DependentFirm

leetsoft:
  id: 7
  name: Leetsoft
  client_of: 6

jadedpixel:
  id: 8
  name: Jadedpixel
  client_of: 6

odegy:
  id: 9
  name: Odegy
  type: ExclusivelyDependentFirm

another_first_firm_client:
  id: 11
  type: Client
  firm_id: 1
  client_of: 1
  name: Apex
  firm_name: 37signals

recursive_association_fk:
  id: 15
  type: Firm
  name: RVshare

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ibm_db-5.5.0-x86-mingw32 test/fixtures/companies.yml
ibm_db-5.4.1-x86-mingw32 test/fixtures/companies.yml
ibm_db-5.4.0-x86-mingw32 test/fixtures/companies.yml
ibm_db-5.3.2-x86-mingw32 test/fixtures/companies.yml