6 lines
No EOL
110 B
Ruby
6 lines
No EOL
110 B
Ruby
class Question < Hash
|
|
include ::CouchRest::CastedModel
|
|
|
|
property :q
|
|
property :a, :type => 'Object'
|
|
end |