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.
2010-03-04 09:11:18 +00:00
|
|
|
class UserAttribute
|
|
|
|
|
|
|
|
include MongoMapper::Document
|
|
|
|
|
2010-03-08 09:14:59 +00:00
|
|
|
key :key, String
|
2010-03-04 09:11:18 +00:00
|
|
|
key_i18n :name, String
|
2010-03-18 09:57:26 +00:00
|
|
|
key :attrs, Array
|
2010-03-04 09:11:18 +00:00
|
|
|
|
|
|
|
end
|