rails/activerecord/test/fixtures/accounts.yml
Graeme Porteous c01be9de32 Fix has_one with foreign_key and primary_key association bug which caused the associated object being lost when saving the owner. [#1756 state:resolved]
Mixed in a bit from patch by ransom-briggs. [#2813 state:resolved]

Signed-off-by: Eloy Duran <eloy.de.enige@gmail.com>
2009-09-12 16:03:32 +02:00

30 lines
346 B
YAML

signals37:
id: 1
firm_id: 1
credit_limit: 50
firm_name: 37signals
unknown:
id: 2
credit_limit: 50
rails_core_account:
id: 3
firm_id: 6
credit_limit: 50
last_account:
id: 4
firm_id: 2
credit_limit: 60
rails_core_account_2:
id: 5
firm_id: 6
credit_limit: 55
odegy_account:
id: 6
firm_id: 9
credit_limit: 53