aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/models/book.rb
blob: c5c19046c8c22e1e85927e2cd30a06859343d83d (plain) (blame)
1
2
3
class Book < Hash
  include ActiveModel::Validations
end