MS DG moved xml accessor for profile
This commit is contained in:
parent
324c085a64
commit
5ba2e61ab8
1 changed files with 2 additions and 1 deletions
|
|
@ -2,10 +2,11 @@ class Person
|
||||||
include MongoMapper::Document
|
include MongoMapper::Document
|
||||||
include ROXML
|
include ROXML
|
||||||
|
|
||||||
|
xml_accessor :_id
|
||||||
xml_accessor :email
|
xml_accessor :email
|
||||||
xml_accessor :url
|
xml_accessor :url
|
||||||
xml_accessor :profile, :as => Profile
|
xml_accessor :profile, :as => Profile
|
||||||
xml_accessor :_id
|
|
||||||
|
|
||||||
key :email, String
|
key :email, String
|
||||||
key :url, String
|
key :url, String
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue