8 lines
90 B
Ruby
8 lines
90 B
Ruby
class Question
|
|
include ::CouchRest::Model::Embeddable
|
|
|
|
property :q
|
|
property :a
|
|
|
|
end
|