diff options
author | Francesco RodrÃguez <lrodriguezsanc@gmail.com> | 2012-06-12 17:10:10 -0500 |
---|---|---|
committer | Francesco RodrÃguez <lrodriguezsanc@gmail.com> | 2012-06-12 17:10:10 -0500 |
commit | eed1cfe058abedecb4fc8c6ed5f1e52db5a105a3 (patch) | |
tree | 18f71c9061df12a269176e5bc96c699c9d0a3996 /activemodel | |
parent | 10cdbbc56bf31da3a2e030dfe9d399507348f54e (diff) | |
download | rails-eed1cfe058abedecb4fc8c6ed5f1e52db5a105a3.tar.gz rails-eed1cfe058abedecb4fc8c6ed5f1e52db5a105a3.tar.bz2 rails-eed1cfe058abedecb4fc8c6ed5f1e52db5a105a3.zip |
Fix build
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/test/models/book.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |