From 612bb73fece343bfda765dda91eabb1d2a6b310c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 2 Jan 2005 23:31:13 +0000 Subject: Fixed a YAML fixture on time coming out as an integer #415 [Dan Peterson] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@322 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/topics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/test') diff --git a/activerecord/test/fixtures/topics.yml b/activerecord/test/fixtures/topics.yml index f4942acb6c..d4e5a57291 100644 --- a/activerecord/test/fixtures/topics.yml +++ b/activerecord/test/fixtures/topics.yml @@ -4,7 +4,7 @@ first: author_name: David author_email_address: david@loudthinking.com written_on: 2003-07-16 15:28:00 - bonus_time: 12:13:14 + bonus_time: '12:13:14' last_read: 2004-04-15 content: Have a nice day approved: 0 -- cgit v1.2.3