Sha256: 96cade6f8440d25a5b61b106fda031034db4000dee7e1828a999f52dceb597f7

Contents?: true

Size: 619 Bytes

Versions: 2

Compression:

Stored size: 619 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

one:
  parent_id: 1
  child_id: 2
  agent_relationship_type_id: 1

two:
  parent_id: 2
  child_id: 3
  agent_relationship_type_id: 1

# == Schema Information
#
# Table name: agent_relationships
#
#  id                          :integer          not null, primary key
#  parent_id                   :integer
#  child_id                    :integer
#  agent_relationship_type_id :integer
#  created_at                  :datetime         not null
#  updated_at                  :datetime         not null
#  position                    :integer
#

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
enju_flower-0.1.0.pre12 spec/fixtures/agent_relationships.yml
enju_biblio-0.1.0.pre43 spec/fixtures/agent_relationships.yml