couchrest_model/spec/fixtures/more/question.rb

8 lines
93 B
Ruby
Raw Normal View History

class Question < Hash
include ::CouchRest::CastedModel
property :q
2010-06-16 21:04:53 +02:00
property :a
end