From 59c8c63ecd751136c5ed6d2e3c04a54af2025eb0 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 21 May 2006 17:32:37 +0000 Subject: Added :allow_nil option for aggregations (closes #5091) [ian.w.white@gmail.com] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4353 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/customers.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'activerecord/test/fixtures/customers.yml') diff --git a/activerecord/test/fixtures/customers.yml b/activerecord/test/fixtures/customers.yml index 9169d7d413..f802aac5ea 100644 --- a/activerecord/test/fixtures/customers.yml +++ b/activerecord/test/fixtures/customers.yml @@ -6,3 +6,12 @@ david: address_city: Scary Town address_country: Loony Land gps_location: 35.544623640962634x-105.9309951055148 + +zaphod: + id: 2 + name: Zaphod + balance: 62 + address_street: Avenue Road + address_city: Hamlet Town + address_country: Nation Land + gps_location: NULL \ No newline at end of file -- cgit v1.2.3