couchrest_model/spec/fixtures/more/question.rb
2009-07-21 03:17:27 +06:00

6 lines
110 B
Ruby

class Question < Hash
include ::CouchRest::CastedModel
property :q
property :a, :type => 'Object'
end