orbit4-5/app/models/module_app.rb

7 lines
141 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
2014-04-02 06:07:04 +00:00
field :widget_methods, type: Array
2014-04-01 07:10:21 +00:00
end