register_modules/app/models/module_type.rb

6 lines
113 B
Ruby
Raw Normal View History

2014-12-30 11:52:45 +00:00
class ModuleType
include Mongoid::Document
include Mongoid::Timestamps
field :name, :localize => true
end