From eed1cfe058abedecb4fc8c6ed5f1e52db5a105a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Rodr=C3=ADguez?= Date: Tue, 12 Jun 2012 17:10:10 -0500 Subject: Fix build --- activemodel/test/models/book.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel') diff --git a/activemodel/test/models/book.rb b/activemodel/test/models/book.rb index c5c19046c8..95b2a25962 100644 --- a/activemodel/test/models/book.rb +++ b/activemodel/test/models/book.rb @@ -1,3 +1,3 @@ -class Book < Hash +class Book < ActiveSupport::OrderedHash include ActiveModel::Validations end -- cgit v1.2.3