couchrest_model/spec/fixtures/more/question.rb
Matt Aimonetti 80317f31a5 fixed the uuid count for the latest version of couchdb
also avoided CONSTANTS warnings, cleaned up the attachment specs, added missing fixtures
2009-02-25 00:22:11 -08:00

6 lines
91 B
Ruby

class Question < Hash
include ::CouchRest::CastedModel
property :q
property :a
end