5 lines
70 B
Ruby
5 lines
70 B
Ruby
|
class Qa
|
||
|
include Mongoid::Document
|
||
|
field :title, type: String
|
||
|
end
|