Skip to content

Commit

Permalink
Merge pull request rails#6716 from frodsan/patch-2
Browse files Browse the repository at this point in the history
Fix Build
  • Loading branch information
rafaelfranca committed Jun 12, 2012
2 parents 10cdbbc + eed1cfe commit 966371a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activemodel/test/models/book.rb
@@ -1,3 +1,3 @@
class Book < Hash
class Book < ActiveSupport::OrderedHash
include ActiveModel::Validations
end

0 comments on commit 966371a

Please sign in to comment.