couchrest_model/spec/fixtures/models/question.rb

8 lines
90 B
Ruby
Raw Normal View History

class Question
include ::CouchRest::Model::Embeddable
property :q
2010-06-16 21:04:53 +02:00
property :a
end