From 2b2f41fd972133b8bfbbc94ebe3bec6b27a0689a Mon Sep 17 00:00:00 2001 From: Victor Costan Date: Thu, 4 Jun 2015 12:27:45 -0400 Subject: Fix crash when loading fixture with belongs_to association defined in abstract base class. --- activerecord/test/fixtures/doubloons.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 activerecord/test/fixtures/doubloons.yml (limited to 'activerecord/test/fixtures') diff --git a/activerecord/test/fixtures/doubloons.yml b/activerecord/test/fixtures/doubloons.yml new file mode 100644 index 0000000000..efd1643971 --- /dev/null +++ b/activerecord/test/fixtures/doubloons.yml @@ -0,0 +1,3 @@ +blackbeards_doubloon: + pirate: blackbeard + weight: 2 -- cgit v1.2.3