couchrest_model/spec/fixtures/more/question.rb
Sam Lown c280b3a29b Renaming to CouchRest Model
Refactored basic directory structure.
Moved to ActiveSupport for Validations and Callbacks.
Cleaned up older code, and removed support for text property types.
2010-06-20 22:01:11 +02:00

8 lines
100 B
Ruby

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