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
|
|
|
|
|
2011-04-13 10:19:51 +00:00
|
|
|
include Mongoid::Document
|
2010-03-04 09:11:18 +00:00
|
|
|
|
2011-04-13 10:19:51 +00:00
|
|
|
field :key
|
|
|
|
|
|
|
|
embedded_in :user, :inverse_of => :user_attributes
|
2010-03-04 09:11:18 +00:00
|
|
|
|
|
|
|
end
|