orbit4-5/app/models/module_app.rb

6 lines
104 B
Ruby
Raw Normal View History

2014-04-01 07:10:21 +00:00
class ModuleApp
include Mongoid::Document
field :title, type: String
field :key, type: String
end