spec/fixtures/donates.yml in enju_biblio-0.1.0.pre42 vs spec/fixtures/donates.yml in enju_biblio-0.1.0.pre43
- old
+ new
@@ -1,30 +1,30 @@
---
donate_00001:
item_id: 5
updated_at: 2008-02-10 13:24:14.793431 +09:00
- patron_id: 1
+ agent_id: 1
id: 1
created_at: 2008-02-10 13:24:14.793431 +09:00
donate_00002:
item_id: 6
updated_at: 2008-02-10 13:24:14.793431 +09:00
- patron_id: 1
+ agent_id: 1
id: 2
created_at: 2008-02-10 13:24:14.793431 +09:00
donate_00003:
item_id: 7
updated_at: 2008-02-10 13:24:14.793431 +09:00
- patron_id: 2
+ agent_id: 2
id: 3
created_at: 2008-02-10 13:24:14.793431 +09:00
# == Schema Information
#
# Table name: donates
#
# id :integer not null, primary key
-# patron_id :integer not null
+# agent_id :integer not null
# item_id :integer not null
# created_at :datetime not null
# updated_at :datetime not null
#