8 lines
93 B
Ruby
8 lines
93 B
Ruby
class Question < Hash
|
|
include ::CouchRest::CastedModel
|
|
|
|
property :q
|
|
property :a
|
|
|
|
end
|