Sha256: fbefd5750511a0e5d9653a012c45ea46bef1bcab349c43495de5774f9f119cee
Contents?: true
Size: 588 Bytes
Versions: 35
Compression:
Stored size: 588 Bytes
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html one: parent_id: 1 child_id: 2 patron_relationship_type_id: 1 two: parent_id: 2 child_id: 3 patron_relationship_type_id: 1 # == Schema Information # # Table name: patron_relationships # # id :integer not null, primary key # parent_id :integer # child_id :integer # patron_relationship_type_id :integer # created_at :datetime # updated_at :datetime # position :integer #
Version data entries
35 entries across 35 versions & 3 rubygems