forked from saurabh/orbit4-5
6 lines
104 B
Ruby
6 lines
104 B
Ruby
|
class ModuleApp
|
||
|
include Mongoid::Document
|
||
|
field :title, type: String
|
||
|
field :key, type: String
|
||
|
end
|