This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/app/models/user_attribute.rb

9 lines
133 B
Ruby
Raw Normal View History

class UserAttribute
include MongoMapper::Document
2010-03-08 09:14:59 +00:00
key :key, String
key_i18n :name, String
key_i18n :attrs, Array
end