Sha256: d2cc82d38b4235f044f77fd2417aaf8bcdd934bc59ce78792ba806b20da5fb32
Contents?: true
Size: 623 Bytes
Versions: 43
Compression:
Stored size: 623 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 not null # updated_at :datetime not null # position :integer #
Version data entries
43 entries across 43 versions & 2 rubygems