7 lines
100 B
Ruby
7 lines
100 B
Ruby
class Question < Hash
|
|
include ::CouchRest::Model::CastedModel
|
|
|
|
property :q
|
|
property :a
|
|
|
|
end
|